Shades of Sunset Orange #F05040
Tints of Sunset Orange #F05040
RGB
CMYK
RGB Variations
Color information
#F05040 (or 0xF05040) is known color: Sunset Orange. HEX triplet: F0, 50 and 40. RGB value is (240,80,64). Sum of RGB (Red+Green+Blue) = 240+80+64=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F05040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05040 is #0FAFBF. Grayscale: #7E7E7E. Windows color (decimal): -1028032 or 4215024. OLE color: 4215024.
HSL color Cylindrical-coordinate representation of color #F05040: hue angle of 5.45º 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 #F05040 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 64 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.06 |
| HSL | 5.45º | 0.85% | 0.6% | - |
| HSV(B) | 5.45º | 0.73% | 0.94% | - |
| XYZ | 39.73 | 24.63 | 7.51 | - |
| YUV | 126.02 | 93.01 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 64 | 0 | 0.67 | 0.73 | 0.06 | 5.45 | 0.85 | 0.6 |
| Hex | F0 | 50 | 40 | 0 | 43 | 49 | 6 | 5 | 55 | 3C |
| Octal | 360 | 120 | 100 | 0 | 103 | 111 | 6 | 5 | 125 | 74 |
| Binary | 11110000 | 1010000 | 1000000 | 0 | 1000011 | 1001001 | 110 | 101 | 1010101 | 111100 |
Color Harmonies of #F05040
Complementary color
Monochromatic Colors of #F05040
Black with #F05040
Text Example
Text Example
White with #F05040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05040; }
p { color: rgb(240,80,64); }
H1.HeaderClassName
{
color: #F05040;
}
.AnyTagClassName
{
color: #F05040;
}
</style>
background-color css
<style>
a { background-color: #F05040; }
a { background-color: rgb(240,80,64); }
div.DivClassName
{
background-color: #F05040;
}
.BgClassName
{
background-color: #F05040;
}
</style>
border-color css
<style>
span { border-color: #F05040; }
span { border-color: rgb(240,80,64); }
td.TdClassName
{
border-color: #F05040;
}
.TagClassName
{
border-color: #F05040;
}
</style>