Shades of Sunset Orange #F55545
Tints of Sunset Orange #F55545
RGB
CMYK
RGB Variations
Color information
#F55545 (or 0xF55545) is known color: Sunset Orange. HEX triplet: F5, 55 and 45. RGB value is (245,85,69). Sum of RGB (Red+Green+Blue) = 245+85+69=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F55545 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55545 is #0AAABA. Grayscale: #838383. Windows color (decimal): -699067 or 4543989. OLE color: 4543989.
HSL color Cylindrical-coordinate representation of color #F55545: hue angle of 5.45º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F55545 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 69 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.04 |
| HSL | 5.45º | 0.9% | 0.62% | - |
| HSV(B) | 5.45º | 0.72% | 0.96% | - |
| XYZ | 41.98 | 26.34 | 8.5 | - |
| YUV | 131.02 | 93.01 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 69 | 0 | 0.65 | 0.72 | 0.04 | 5.45 | 0.9 | 0.62 |
| Hex | F5 | 55 | 45 | 0 | 41 | 48 | 4 | 5 | 5A | 3E |
| Octal | 365 | 125 | 105 | 0 | 101 | 110 | 4 | 5 | 132 | 76 |
| Binary | 11110101 | 1010101 | 1000101 | 0 | 1000001 | 1001000 | 100 | 101 | 1011010 | 111110 |
Color Harmonies of #F55545
Complementary color
Monochromatic Colors of #F55545
Black with #F55545
Text Example
Text Example
White with #F55545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55545; }
p { color: rgb(245,85,69); }
H1.HeaderClassName
{
color: #F55545;
}
.AnyTagClassName
{
color: #F55545;
}
</style>
background-color css
<style>
a { background-color: #F55545; }
a { background-color: rgb(245,85,69); }
div.DivClassName
{
background-color: #F55545;
}
.BgClassName
{
background-color: #F55545;
}
</style>
border-color css
<style>
span { border-color: #F55545; }
span { border-color: rgb(245,85,69); }
td.TdClassName
{
border-color: #F55545;
}
.TagClassName
{
border-color: #F55545;
}
</style>