Shades of Sunset Orange #F55239
Tints of Sunset Orange #F55239
RGB
CMYK
RGB Variations
Color information
#F55239 (or 0xF55239) is known color: Sunset Orange. HEX triplet: F5, 52 and 39. RGB value is (245,82,57). Sum of RGB (Red+Green+Blue) = 245+82+57=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F55239 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55239 is #0AADC6. Grayscale: #808080. Windows color (decimal): -699847 or 3756789. OLE color: 3756789.
HSL color Cylindrical-coordinate representation of color #F55239: hue angle of 7.98º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F55239 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 57 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.04 |
| HSL | 7.98º | 0.9% | 0.59% | - |
| HSV(B) | 7.98º | 0.77% | 0.96% | - |
| XYZ | 41.41 | 25.74 | 6.66 | - |
| YUV | 127.89 | 88 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 57 | 0 | 0.67 | 0.77 | 0.04 | 7.98 | 0.9 | 0.59 |
| Hex | F5 | 52 | 39 | 0 | 43 | 4D | 4 | 8 | 5A | 3B |
| Octal | 365 | 122 | 71 | 0 | 103 | 115 | 4 | 10 | 132 | 73 |
| Binary | 11110101 | 1010010 | 111001 | 0 | 1000011 | 1001101 | 100 | 1000 | 1011010 | 111011 |
Color Harmonies of #F55239
Complementary color
Monochromatic Colors of #F55239
Black with #F55239
Text Example
Text Example
White with #F55239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55239; }
p { color: rgb(245,82,57); }
H1.HeaderClassName
{
color: #F55239;
}
.AnyTagClassName
{
color: #F55239;
}
</style>
background-color css
<style>
a { background-color: #F55239; }
a { background-color: rgb(245,82,57); }
div.DivClassName
{
background-color: #F55239;
}
.BgClassName
{
background-color: #F55239;
}
</style>
border-color css
<style>
span { border-color: #F55239; }
span { border-color: rgb(245,82,57); }
td.TdClassName
{
border-color: #F55239;
}
.TagClassName
{
border-color: #F55239;
}
</style>