Shades of Outrageous Orange #F06022
Tints of Outrageous Orange #F06022
RGB
CMYK
RGB Variations
Color information
#F06022 (or 0xF06022) is known color: Outrageous Orange. HEX triplet: F0, 60 and 22. RGB value is (240,96,34). Sum of RGB (Red+Green+Blue) = 240+96+34=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F06022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06022 is #0F9FDD. Grayscale: #848484. Windows color (decimal): -1023966 or 2253040. OLE color: 2253040.
HSL color Cylindrical-coordinate representation of color #F06022: hue angle of 18.06º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F06022 is Cyan = 0, Magento = 0.6, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 34 | - |
| CMYK | 0 | 0.6 | 0.86 | 0.06 |
| HSL | 18.06º | 0.87% | 0.54% | - |
| HSV(B) | 18.06º | 0.86% | 0.94% | - |
| XYZ | 40.41 | 27.01 | 4.6 | - |
| YUV | 131.99 | 72.71 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 34 | 0 | 0.6 | 0.86 | 0.06 | 18.06 | 0.87 | 0.54 |
| Hex | F0 | 60 | 22 | 0 | 3C | 56 | 6 | 12 | 57 | 36 |
| Octal | 360 | 140 | 42 | 0 | 74 | 126 | 6 | 22 | 127 | 66 |
| Binary | 11110000 | 1100000 | 100010 | 0 | 111100 | 1010110 | 110 | 10010 | 1010111 | 110110 |
Color Harmonies of #F06022
Complementary color
Monochromatic Colors of #F06022
Black with #F06022
Text Example
Text Example
White with #F06022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06022; }
p { color: rgb(240,96,34); }
H1.HeaderClassName
{
color: #F06022;
}
.AnyTagClassName
{
color: #F06022;
}
</style>
background-color css
<style>
a { background-color: #F06022; }
a { background-color: rgb(240,96,34); }
div.DivClassName
{
background-color: #F06022;
}
.BgClassName
{
background-color: #F06022;
}
</style>
border-color css
<style>
span { border-color: #F06022; }
span { border-color: rgb(240,96,34); }
td.TdClassName
{
border-color: #F06022;
}
.TagClassName
{
border-color: #F06022;
}
</style>