Shades of Sunset Orange #F24640
Tints of Sunset Orange #F24640
RGB
CMYK
RGB Variations
Color information
#F24640 (or 0xF24640) is known color: Sunset Orange. HEX triplet: F2, 46 and 40. RGB value is (242,70,64). Sum of RGB (Red+Green+Blue) = 242+70+64=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F24640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24640 is #0DB9BF. Grayscale: #787878. Windows color (decimal): -899520 or 4212466. OLE color: 4212466.
HSL color Cylindrical-coordinate representation of color #F24640: hue angle of 2.02º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F24640 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 64 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.05 |
| HSL | 2.02º | 0.87% | 0.6% | - |
| HSV(B) | 2.02º | 0.74% | 0.95% | - |
| XYZ | 39.73 | 23.63 | 7.32 | - |
| YUV | 120.74 | 95.98 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 64 | 0 | 0.71 | 0.74 | 0.05 | 2.02 | 0.87 | 0.6 |
| Hex | F2 | 46 | 40 | 0 | 47 | 4A | 5 | 2 | 57 | 3C |
| Octal | 362 | 106 | 100 | 0 | 107 | 112 | 5 | 2 | 127 | 74 |
| Binary | 11110010 | 1000110 | 1000000 | 0 | 1000111 | 1001010 | 101 | 10 | 1010111 | 111100 |
Color Harmonies of #F24640
Complementary color
Monochromatic Colors of #F24640
Black with #F24640
Text Example
Text Example
White with #F24640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24640; }
p { color: rgb(242,70,64); }
H1.HeaderClassName
{
color: #F24640;
}
.AnyTagClassName
{
color: #F24640;
}
</style>
background-color css
<style>
a { background-color: #F24640; }
a { background-color: rgb(242,70,64); }
div.DivClassName
{
background-color: #F24640;
}
.BgClassName
{
background-color: #F24640;
}
</style>
border-color css
<style>
span { border-color: #F24640; }
span { border-color: rgb(242,70,64); }
td.TdClassName
{
border-color: #F24640;
}
.TagClassName
{
border-color: #F24640;
}
</style>