Shades of Outrageous Orange #F55922
Tints of Outrageous Orange #F55922
RGB
CMYK
RGB Variations
Color information
#F55922 (or 0xF55922) is known color: Outrageous Orange. HEX triplet: F5, 59 and 22. RGB value is (245,89,34). Sum of RGB (Red+Green+Blue) = 245+89+34=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F55922 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55922 is #0AA6DD. Grayscale: #818181. Windows color (decimal): -698078 or 2251253. OLE color: 2251253.
HSL color Cylindrical-coordinate representation of color #F55922: hue angle of 15.64º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F55922 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 34 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.04 |
| HSL | 15.64º | 0.91% | 0.55% | - |
| HSV(B) | 15.64º | 0.86% | 0.96% | - |
| XYZ | 41.52 | 26.67 | 4.47 | - |
| YUV | 129.37 | 74.18 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 34 | 0 | 0.64 | 0.86 | 0.04 | 15.64 | 0.91 | 0.55 |
| Hex | F5 | 59 | 22 | 0 | 40 | 56 | 4 | 10 | 5B | 37 |
| Octal | 365 | 131 | 42 | 0 | 100 | 126 | 4 | 20 | 133 | 67 |
| Binary | 11110101 | 1011001 | 100010 | 0 | 1000000 | 1010110 | 100 | 10000 | 1011011 | 110111 |
Color Harmonies of #F55922
Complementary color
Monochromatic Colors of #F55922
Black with #F55922
Text Example
Text Example
White with #F55922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55922; }
p { color: rgb(245,89,34); }
H1.HeaderClassName
{
color: #F55922;
}
.AnyTagClassName
{
color: #F55922;
}
</style>
background-color css
<style>
a { background-color: #F55922; }
a { background-color: rgb(245,89,34); }
div.DivClassName
{
background-color: #F55922;
}
.BgClassName
{
background-color: #F55922;
}
</style>
border-color css
<style>
span { border-color: #F55922; }
span { border-color: rgb(245,89,34); }
td.TdClassName
{
border-color: #F55922;
}
.TagClassName
{
border-color: #F55922;
}
</style>