Blood orange to RGB — Color Code

RGB

rgb(254, 75, 3)

Format Value
HEX #fe4b03
RGB rgb(254, 75, 3)
HSL hsl(17.2, 99.2%, 50.4%)
CMYK cmyk(0%, 70.5%, 98.8%, 0.4%)

What is the RGB code for blood orange?

The CSS color blood orange in RGB format is rgb(254, 75, 3). Use this value directly in CSS, SVG, and most design tools.

How do I use blood orange in CSS?

To apply blood orange in CSS:

  • Text color: color: rgb(254, 75, 3);
  • Background: background-color: rgb(254, 75, 3);
  • Border: border-color: rgb(254, 75, 3);

What are all the color format values for blood orange?

FormatValue
HEX#fe4b03
RGBrgb(254, 75, 3)
HSLhsl(17.2, 99.2%, 50.4%)
CMYKcmyk(0%, 70.5%, 98.8%, 0.4%)

How do I convert blood orange to RGB?

Select blood orange from the color name list in our color converter. The RGB value — rgb(254, 75, 3) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does blood orange belong to?

blood orange belongs to the orange color family. It is a medium, vivid color with HSL values: hue 17.2°, saturation 99.2%, lightness 50.4%.

How do I create lighter and darker shades of blood orange?

Lighter variant (lightness 65.4%): #fe814f. Darker variant (lightness 35.4%): #b43401. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.