Shades of Outrageous Orange #F55921
Tints of Outrageous Orange #F55921
RGB
CMYK
RGB Variations
Color information
#F55921 (or 0xF55921) is known color: Outrageous Orange. HEX triplet: F5, 59 and 21. RGB value is (245,89,33). Sum of RGB (Red+Green+Blue) = 245+89+33=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F55921 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55921 is #0AA6DE. Grayscale: #818181. Windows color (decimal): -698079 or 2185717. OLE color: 2185717.
HSL color Cylindrical-coordinate representation of color #F55921: hue angle of 15.85º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F55921 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 33 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.04 |
| HSL | 15.85º | 0.91% | 0.55% | - |
| HSV(B) | 15.85º | 0.87% | 0.96% | - |
| XYZ | 41.5 | 26.67 | 4.4 | - |
| YUV | 129.26 | 73.68 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 33 | 0 | 0.64 | 0.87 | 0.04 | 15.85 | 0.91 | 0.55 |
| Hex | F5 | 59 | 21 | 0 | 40 | 57 | 4 | 10 | 5B | 37 |
| Octal | 365 | 131 | 41 | 0 | 100 | 127 | 4 | 20 | 133 | 67 |
| Binary | 11110101 | 1011001 | 100001 | 0 | 1000000 | 1010111 | 100 | 10000 | 1011011 | 110111 |
Color Harmonies of #F55921
Complementary color
Monochromatic Colors of #F55921
Black with #F55921
Text Example
Text Example
White with #F55921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55921; }
p { color: rgb(245,89,33); }
H1.HeaderClassName
{
color: #F55921;
}
.AnyTagClassName
{
color: #F55921;
}
</style>
background-color css
<style>
a { background-color: #F55921; }
a { background-color: rgb(245,89,33); }
div.DivClassName
{
background-color: #F55921;
}
.BgClassName
{
background-color: #F55921;
}
</style>
border-color css
<style>
span { border-color: #F55921; }
span { border-color: rgb(245,89,33); }
td.TdClassName
{
border-color: #F55921;
}
.TagClassName
{
border-color: #F55921;
}
</style>