Shades of Sunset Orange #F04841
Tints of Sunset Orange #F04841
RGB
CMYK
RGB Variations
Color information
#F04841 (or 0xF04841) is known color: Sunset Orange. HEX triplet: F0, 48 and 41. RGB value is (240,72,65). Sum of RGB (Red+Green+Blue) = 240+72+65=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F04841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04841 is #0FB7BE. Grayscale: #797979. Windows color (decimal): -1030079 or 4278512. OLE color: 4278512.
HSL color Cylindrical-coordinate representation of color #F04841: hue angle of 2.4º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04841 is Cyan = 0, Magento = 0.7, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 65 | - |
| CMYK | 0 | 0.7 | 0.73 | 0.06 |
| HSL | 2.4º | 0.85% | 0.6% | - |
| HSV(B) | 2.4º | 0.73% | 0.94% | - |
| XYZ | 39.21 | 23.54 | 7.48 | - |
| YUV | 121.43 | 96.16 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 65 | 0 | 0.7 | 0.73 | 0.06 | 2.4 | 0.85 | 0.6 |
| Hex | F0 | 48 | 41 | 0 | 46 | 49 | 6 | 2 | 55 | 3C |
| Octal | 360 | 110 | 101 | 0 | 106 | 111 | 6 | 2 | 125 | 74 |
| Binary | 11110000 | 1001000 | 1000001 | 0 | 1000110 | 1001001 | 110 | 10 | 1010101 | 111100 |
Color Harmonies of #F04841
Complementary color
Monochromatic Colors of #F04841
Black with #F04841
Text Example
Text Example
White with #F04841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04841; }
p { color: rgb(240,72,65); }
H1.HeaderClassName
{
color: #F04841;
}
.AnyTagClassName
{
color: #F04841;
}
</style>
background-color css
<style>
a { background-color: #F04841; }
a { background-color: rgb(240,72,65); }
div.DivClassName
{
background-color: #F04841;
}
.BgClassName
{
background-color: #F04841;
}
</style>
border-color css
<style>
span { border-color: #F04841; }
span { border-color: rgb(240,72,65); }
td.TdClassName
{
border-color: #F04841;
}
.TagClassName
{
border-color: #F04841;
}
</style>