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