Shades of Outrageous Orange #F55939
Tints of Outrageous Orange #F55939
RGB
CMYK
RGB Variations
Color information
#F55939 (or 0xF55939) is known color: Outrageous Orange. HEX triplet: F5, 59 and 39. RGB value is (245,89,57). Sum of RGB (Red+Green+Blue) = 245+89+57=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F55939 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55939 is #0AA6C6. Grayscale: #848484. Windows color (decimal): -698055 or 3758581. OLE color: 3758581.
HSL color Cylindrical-coordinate representation of color #F55939: hue angle of 10.21º 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 #F55939 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 57 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.04 |
| HSL | 10.21º | 0.9% | 0.59% | - |
| HSV(B) | 10.21º | 0.77% | 0.96% | - |
| XYZ | 41.97 | 26.85 | 6.84 | - |
| YUV | 132 | 85.68 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 57 | 0 | 0.64 | 0.77 | 0.04 | 10.21 | 0.9 | 0.59 |
| Hex | F5 | 59 | 39 | 0 | 40 | 4D | 4 | A | 5A | 3B |
| Octal | 365 | 131 | 71 | 0 | 100 | 115 | 4 | 12 | 132 | 73 |
| Binary | 11110101 | 1011001 | 111001 | 0 | 1000000 | 1001101 | 100 | 1010 | 1011010 | 111011 |
Color Harmonies of #F55939
Complementary color
Monochromatic Colors of #F55939
Black with #F55939
Text Example
Text Example
White with #F55939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55939; }
p { color: rgb(245,89,57); }
H1.HeaderClassName
{
color: #F55939;
}
.AnyTagClassName
{
color: #F55939;
}
</style>
background-color css
<style>
a { background-color: #F55939; }
a { background-color: rgb(245,89,57); }
div.DivClassName
{
background-color: #F55939;
}
.BgClassName
{
background-color: #F55939;
}
</style>
border-color css
<style>
span { border-color: #F55939; }
span { border-color: rgb(245,89,57); }
td.TdClassName
{
border-color: #F55939;
}
.TagClassName
{
border-color: #F55939;
}
</style>