Shades of Outrageous Orange #F06223
Tints of Outrageous Orange #F06223
RGB
CMYK
RGB Variations
Color information
#F06223 (or 0xF06223) is known color: Outrageous Orange. HEX triplet: F0, 62 and 23. RGB value is (240,98,35). Sum of RGB (Red+Green+Blue) = 240+98+35=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F06223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06223 is #0F9DDC. Grayscale: #858585. Windows color (decimal): -1023453 or 2319088. OLE color: 2319088.
HSL color Cylindrical-coordinate representation of color #F06223: hue angle of 18.44º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F06223 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 35 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.06 |
| HSL | 18.44º | 0.87% | 0.54% | - |
| HSV(B) | 18.44º | 0.85% | 0.94% | - |
| XYZ | 40.61 | 27.38 | 4.74 | - |
| YUV | 133.28 | 72.54 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 35 | 0 | 0.59 | 0.85 | 0.06 | 18.44 | 0.87 | 0.54 |
| Hex | F0 | 62 | 23 | 0 | 3B | 55 | 6 | 12 | 57 | 36 |
| Octal | 360 | 142 | 43 | 0 | 73 | 125 | 6 | 22 | 127 | 66 |
| Binary | 11110000 | 1100010 | 100011 | 0 | 111011 | 1010101 | 110 | 10010 | 1010111 | 110110 |
Color Harmonies of #F06223
Complementary color
Monochromatic Colors of #F06223
Black with #F06223
Text Example
Text Example
White with #F06223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06223; }
p { color: rgb(240,98,35); }
H1.HeaderClassName
{
color: #F06223;
}
.AnyTagClassName
{
color: #F06223;
}
</style>
background-color css
<style>
a { background-color: #F06223; }
a { background-color: rgb(240,98,35); }
div.DivClassName
{
background-color: #F06223;
}
.BgClassName
{
background-color: #F06223;
}
</style>
border-color css
<style>
span { border-color: #F06223; }
span { border-color: rgb(240,98,35); }
td.TdClassName
{
border-color: #F06223;
}
.TagClassName
{
border-color: #F06223;
}
</style>