Shades of Outrageous Orange #F56022
Tints of Outrageous Orange #F56022
RGB
CMYK
RGB Variations
Color information
#F56022 (or 0xF56022) is known color: Outrageous Orange. HEX triplet: F5, 60 and 22. RGB value is (245,96,34). Sum of RGB (Red+Green+Blue) = 245+96+34=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F56022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56022 is #0A9FDD. Grayscale: #858585. Windows color (decimal): -696286 or 2253045. OLE color: 2253045.
HSL color Cylindrical-coordinate representation of color #F56022: hue angle of 17.63º 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 #F56022 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 34 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.04 |
| HSL | 17.63º | 0.91% | 0.55% | - |
| HSV(B) | 17.63º | 0.86% | 0.96% | - |
| XYZ | 42.13 | 27.89 | 4.68 | - |
| YUV | 133.48 | 71.86 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 34 | 0 | 0.61 | 0.86 | 0.04 | 17.63 | 0.91 | 0.55 |
| Hex | F5 | 60 | 22 | 0 | 3D | 56 | 4 | 12 | 5B | 37 |
| Octal | 365 | 140 | 42 | 0 | 75 | 126 | 4 | 22 | 133 | 67 |
| Binary | 11110101 | 1100000 | 100010 | 0 | 111101 | 1010110 | 100 | 10010 | 1011011 | 110111 |
Color Harmonies of #F56022
Complementary color
Monochromatic Colors of #F56022
Black with #F56022
Text Example
Text Example
White with #F56022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56022; }
p { color: rgb(245,96,34); }
H1.HeaderClassName
{
color: #F56022;
}
.AnyTagClassName
{
color: #F56022;
}
</style>
background-color css
<style>
a { background-color: #F56022; }
a { background-color: rgb(245,96,34); }
div.DivClassName
{
background-color: #F56022;
}
.BgClassName
{
background-color: #F56022;
}
</style>
border-color css
<style>
span { border-color: #F56022; }
span { border-color: rgb(245,96,34); }
td.TdClassName
{
border-color: #F56022;
}
.TagClassName
{
border-color: #F56022;
}
</style>