Shades of Sunset Orange #F04741
Tints of Sunset Orange #F04741
RGB
CMYK
RGB Variations
Color information
#F04741 (or 0xF04741) is known color: Sunset Orange. HEX triplet: F0, 47 and 41. RGB value is (240,71,65). Sum of RGB (Red+Green+Blue) = 240+71+65=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F04741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04741 is #0FB8BE. Grayscale: #797979. Windows color (decimal): -1030335 or 4278256. OLE color: 4278256.
HSL color Cylindrical-coordinate representation of color #F04741: hue angle of 2.06º 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 #F04741 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 65 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.06 |
| HSL | 2.06º | 0.85% | 0.6% | - |
| HSV(B) | 2.06º | 0.73% | 0.94% | - |
| XYZ | 39.14 | 23.41 | 7.46 | - |
| YUV | 120.85 | 96.49 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 65 | 0 | 0.70 | 0.73 | 0.06 | 2.06 | 0.85 | 0.6 |
| Hex | F0 | 47 | 41 | 0 | 46 | 49 | 6 | 2 | 55 | 3C |
| Octal | 360 | 107 | 101 | 0 | 106 | 111 | 6 | 2 | 125 | 74 |
| Binary | 11110000 | 1000111 | 1000001 | 0 | 1000110 | 1001001 | 110 | 10 | 1010101 | 111100 |
Color Harmonies of #F04741
Complementary color
Monochromatic Colors of #F04741
Black with #F04741
Text Example
Text Example
White with #F04741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04741; }
p { color: rgb(240,71,65); }
H1.HeaderClassName
{
color: #F04741;
}
.AnyTagClassName
{
color: #F04741;
}
</style>
background-color css
<style>
a { background-color: #F04741; }
a { background-color: rgb(240,71,65); }
div.DivClassName
{
background-color: #F04741;
}
.BgClassName
{
background-color: #F04741;
}
</style>
border-color css
<style>
span { border-color: #F04741; }
span { border-color: rgb(240,71,65); }
td.TdClassName
{
border-color: #F04741;
}
.TagClassName
{
border-color: #F04741;
}
</style>