Shades of Burnt Orange #F06222
Tints of Burnt Orange #F06222
RGB
CMYK
RGB Variations
Color information
#F06222 (or 0xF06222) is known color: Burnt Orange. HEX triplet: F0, 62 and 22. RGB value is (240,98,34). Sum of RGB (Red+Green+Blue) = 240+98+34=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F06222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06222 is #0F9DDD. Grayscale: #858585. Windows color (decimal): -1023454 or 2253552. OLE color: 2253552.
HSL color Cylindrical-coordinate representation of color #F06222: hue angle of 18.64º 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 #F06222 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 34 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.06 |
| HSL | 18.64º | 0.87% | 0.54% | - |
| HSV(B) | 18.64º | 0.86% | 0.94% | - |
| XYZ | 40.59 | 27.38 | 4.66 | - |
| YUV | 133.16 | 72.04 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 34 | 0 | 0.59 | 0.86 | 0.06 | 18.64 | 0.87 | 0.54 |
| Hex | F0 | 62 | 22 | 0 | 3B | 56 | 6 | 13 | 57 | 36 |
| Octal | 360 | 142 | 42 | 0 | 73 | 126 | 6 | 23 | 127 | 66 |
| Binary | 11110000 | 1100010 | 100010 | 0 | 111011 | 1010110 | 110 | 10011 | 1010111 | 110110 |
Color Harmonies of #F06222
Complementary color
Monochromatic Colors of #F06222
Black with #F06222
Text Example
Text Example
White with #F06222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06222; }
p { color: rgb(240,98,34); }
H1.HeaderClassName
{
color: #F06222;
}
.AnyTagClassName
{
color: #F06222;
}
</style>
background-color css
<style>
a { background-color: #F06222; }
a { background-color: rgb(240,98,34); }
div.DivClassName
{
background-color: #F06222;
}
.BgClassName
{
background-color: #F06222;
}
</style>
border-color css
<style>
span { border-color: #F06222; }
span { border-color: rgb(240,98,34); }
td.TdClassName
{
border-color: #F06222;
}
.TagClassName
{
border-color: #F06222;
}
</style>