Shades of Sunset Orange #F04740
Tints of Sunset Orange #F04740
RGB
CMYK
RGB Variations
Color information
#F04740 (or 0xF04740) is known color: Sunset Orange. HEX triplet: F0, 47 and 40. RGB value is (240,71,64). Sum of RGB (Red+Green+Blue) = 240+71+64=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F04740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04740 is #0FB8BF. Grayscale: #787878. Windows color (decimal): -1030336 or 4212720. OLE color: 4212720.
HSL color Cylindrical-coordinate representation of color #F04740: hue angle of 2.39º 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 #F04740 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 64 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.06 |
| HSL | 2.39º | 0.85% | 0.6% | - |
| HSV(B) | 2.39º | 0.73% | 0.94% | - |
| XYZ | 39.11 | 23.4 | 7.31 | - |
| YUV | 120.73 | 95.99 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 64 | 0 | 0.70 | 0.73 | 0.06 | 2.39 | 0.85 | 0.6 |
| Hex | F0 | 47 | 40 | 0 | 46 | 49 | 6 | 2 | 55 | 3C |
| Octal | 360 | 107 | 100 | 0 | 106 | 111 | 6 | 2 | 125 | 74 |
| Binary | 11110000 | 1000111 | 1000000 | 0 | 1000110 | 1001001 | 110 | 10 | 1010101 | 111100 |
Color Harmonies of #F04740
Complementary color
Monochromatic Colors of #F04740
Black with #F04740
Text Example
Text Example
White with #F04740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04740; }
p { color: rgb(240,71,64); }
H1.HeaderClassName
{
color: #F04740;
}
.AnyTagClassName
{
color: #F04740;
}
</style>
background-color css
<style>
a { background-color: #F04740; }
a { background-color: rgb(240,71,64); }
div.DivClassName
{
background-color: #F04740;
}
.BgClassName
{
background-color: #F04740;
}
</style>
border-color css
<style>
span { border-color: #F04740; }
span { border-color: rgb(240,71,64); }
td.TdClassName
{
border-color: #F04740;
}
.TagClassName
{
border-color: #F04740;
}
</style>