Shades of Sunset Orange #F55540
Tints of Sunset Orange #F55540
RGB
CMYK
RGB Variations
Color information
#F55540 (or 0xF55540) is known color: Sunset Orange. HEX triplet: F5, 55 and 40. RGB value is (245,85,64). Sum of RGB (Red+Green+Blue) = 245+85+64=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F55540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55540 is #0AAABF. Grayscale: #828282. Windows color (decimal): -699072 or 4216309. OLE color: 4216309.
HSL color Cylindrical-coordinate representation of color #F55540: hue angle of 6.96º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F55540 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 64 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.04 |
| HSL | 6.96º | 0.9% | 0.61% | - |
| HSV(B) | 6.96º | 0.74% | 0.96% | - |
| XYZ | 41.83 | 26.28 | 7.72 | - |
| YUV | 130.45 | 90.51 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 64 | 0 | 0.65 | 0.74 | 0.04 | 6.96 | 0.9 | 0.61 |
| Hex | F5 | 55 | 40 | 0 | 41 | 4A | 4 | 7 | 5A | 3D |
| Octal | 365 | 125 | 100 | 0 | 101 | 112 | 4 | 7 | 132 | 75 |
| Binary | 11110101 | 1010101 | 1000000 | 0 | 1000001 | 1001010 | 100 | 111 | 1011010 | 111101 |
Color Harmonies of #F55540
Complementary color
Monochromatic Colors of #F55540
Black with #F55540
Text Example
Text Example
White with #F55540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55540; }
p { color: rgb(245,85,64); }
H1.HeaderClassName
{
color: #F55540;
}
.AnyTagClassName
{
color: #F55540;
}
</style>
background-color css
<style>
a { background-color: #F55540; }
a { background-color: rgb(245,85,64); }
div.DivClassName
{
background-color: #F55540;
}
.BgClassName
{
background-color: #F55540;
}
</style>
border-color css
<style>
span { border-color: #F55540; }
span { border-color: rgb(245,85,64); }
td.TdClassName
{
border-color: #F55540;
}
.TagClassName
{
border-color: #F55540;
}
</style>