Shades of Outrageous Orange #F55937
Tints of Outrageous Orange #F55937
RGB
CMYK
RGB Variations
Color information
#F55937 (or 0xF55937) is known color: Outrageous Orange. HEX triplet: F5, 59 and 37. RGB value is (245,89,55). Sum of RGB (Red+Green+Blue) = 245+89+55=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F55937 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55937 is #0AA6C8. Grayscale: #848484. Windows color (decimal): -698057 or 3627509. OLE color: 3627509.
HSL color Cylindrical-coordinate representation of color #F55937: hue angle of 10.74º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F55937 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 55 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.04 |
| HSL | 10.74º | 0.9% | 0.59% | - |
| HSV(B) | 10.74º | 0.78% | 0.96% | - |
| XYZ | 41.92 | 26.83 | 6.58 | - |
| YUV | 131.77 | 84.68 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 55 | 0 | 0.64 | 0.78 | 0.04 | 10.74 | 0.9 | 0.59 |
| Hex | F5 | 59 | 37 | 0 | 40 | 4E | 4 | B | 5A | 3B |
| Octal | 365 | 131 | 67 | 0 | 100 | 116 | 4 | 13 | 132 | 73 |
| Binary | 11110101 | 1011001 | 110111 | 0 | 1000000 | 1001110 | 100 | 1011 | 1011010 | 111011 |
Color Harmonies of #F55937
Complementary color
Monochromatic Colors of #F55937
Black with #F55937
Text Example
Text Example
White with #F55937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55937; }
p { color: rgb(245,89,55); }
H1.HeaderClassName
{
color: #F55937;
}
.AnyTagClassName
{
color: #F55937;
}
</style>
background-color css
<style>
a { background-color: #F55937; }
a { background-color: rgb(245,89,55); }
div.DivClassName
{
background-color: #F55937;
}
.BgClassName
{
background-color: #F55937;
}
</style>
border-color css
<style>
span { border-color: #F55937; }
span { border-color: rgb(245,89,55); }
td.TdClassName
{
border-color: #F55937;
}
.TagClassName
{
border-color: #F55937;
}
</style>