Shades of Outrageous Orange #F55539
Tints of Outrageous Orange #F55539
RGB
CMYK
RGB Variations
Color information
#F55539 (or 0xF55539) is known color: Outrageous Orange. HEX triplet: F5, 55 and 39. RGB value is (245,85,57). Sum of RGB (Red+Green+Blue) = 245+85+57=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F55539 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55539 is #0AAAC6. Grayscale: #818181. Windows color (decimal): -699079 or 3757557. OLE color: 3757557.
HSL color Cylindrical-coordinate representation of color #F55539: hue angle of 8.94º 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 #F55539 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 57 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.04 |
| HSL | 8.94º | 0.9% | 0.59% | - |
| HSV(B) | 8.94º | 0.77% | 0.96% | - |
| XYZ | 41.64 | 26.2 | 6.73 | - |
| YUV | 129.65 | 87.01 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 57 | 0 | 0.65 | 0.77 | 0.04 | 8.94 | 0.9 | 0.59 |
| Hex | F5 | 55 | 39 | 0 | 41 | 4D | 4 | 9 | 5A | 3B |
| Octal | 365 | 125 | 71 | 0 | 101 | 115 | 4 | 11 | 132 | 73 |
| Binary | 11110101 | 1010101 | 111001 | 0 | 1000001 | 1001101 | 100 | 1001 | 1011010 | 111011 |
Color Harmonies of #F55539
Complementary color
Monochromatic Colors of #F55539
Black with #F55539
Text Example
Text Example
White with #F55539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55539; }
p { color: rgb(245,85,57); }
H1.HeaderClassName
{
color: #F55539;
}
.AnyTagClassName
{
color: #F55539;
}
</style>
background-color css
<style>
a { background-color: #F55539; }
a { background-color: rgb(245,85,57); }
div.DivClassName
{
background-color: #F55539;
}
.BgClassName
{
background-color: #F55539;
}
</style>
border-color css
<style>
span { border-color: #F55539; }
span { border-color: rgb(245,85,57); }
td.TdClassName
{
border-color: #F55539;
}
.TagClassName
{
border-color: #F55539;
}
</style>