Shades of Sunset Orange #F05140
Tints of Sunset Orange #F05140
RGB
CMYK
RGB Variations
Color information
#F05140 (or 0xF05140) is known color: Sunset Orange. HEX triplet: F0, 51 and 40. RGB value is (240,81,64). Sum of RGB (Red+Green+Blue) = 240+81+64=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F05140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05140 is #0FAEBF. Grayscale: #7E7E7E. Windows color (decimal): -1027776 or 4215280. OLE color: 4215280.
HSL color Cylindrical-coordinate representation of color #F05140: hue angle of 5.8º 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 #F05140 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 64 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.06 |
| HSL | 5.8º | 0.85% | 0.6% | - |
| HSV(B) | 5.8º | 0.73% | 0.94% | - |
| XYZ | 39.8 | 24.78 | 7.54 | - |
| YUV | 126.6 | 92.68 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 64 | 0 | 0.66 | 0.73 | 0.06 | 5.8 | 0.85 | 0.6 |
| Hex | F0 | 51 | 40 | 0 | 42 | 49 | 6 | 6 | 55 | 3C |
| Octal | 360 | 121 | 100 | 0 | 102 | 111 | 6 | 6 | 125 | 74 |
| Binary | 11110000 | 1010001 | 1000000 | 0 | 1000010 | 1001001 | 110 | 110 | 1010101 | 111100 |
Color Harmonies of #F05140
Complementary color
Monochromatic Colors of #F05140
Black with #F05140
Text Example
Text Example
White with #F05140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05140; }
p { color: rgb(240,81,64); }
H1.HeaderClassName
{
color: #F05140;
}
.AnyTagClassName
{
color: #F05140;
}
</style>
background-color css
<style>
a { background-color: #F05140; }
a { background-color: rgb(240,81,64); }
div.DivClassName
{
background-color: #F05140;
}
.BgClassName
{
background-color: #F05140;
}
</style>
border-color css
<style>
span { border-color: #F05140; }
span { border-color: rgb(240,81,64); }
td.TdClassName
{
border-color: #F05140;
}
.TagClassName
{
border-color: #F05140;
}
</style>