Shades of Burnt Orange #F06429
Tints of Burnt Orange #F06429
RGB
CMYK
RGB Variations
Color information
#F06429 (or 0xF06429) is known color: Burnt Orange. HEX triplet: F0, 64 and 29. RGB value is (240,100,41). Sum of RGB (Red+Green+Blue) = 240+100+41=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F06429 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06429 is #0F9BD6. Grayscale: #878787. Windows color (decimal): -1022935 or 2712816. OLE color: 2712816.
HSL color Cylindrical-coordinate representation of color #F06429: hue angle of 17.79º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F06429 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 41 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.06 |
| HSL | 17.79º | 0.87% | 0.55% | - |
| HSV(B) | 17.79º | 0.83% | 0.94% | - |
| XYZ | 40.89 | 27.8 | 5.31 | - |
| YUV | 135.13 | 74.88 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 41 | 0 | 0.58 | 0.83 | 0.06 | 17.79 | 0.87 | 0.55 |
| Hex | F0 | 64 | 29 | 0 | 3A | 53 | 6 | 12 | 57 | 37 |
| Octal | 360 | 144 | 51 | 0 | 72 | 123 | 6 | 22 | 127 | 67 |
| Binary | 11110000 | 1100100 | 101001 | 0 | 111010 | 1010011 | 110 | 10010 | 1010111 | 110111 |
Color Harmonies of #F06429
Complementary color
Monochromatic Colors of #F06429
Black with #F06429
Text Example
Text Example
White with #F06429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06429; }
p { color: rgb(240,100,41); }
H1.HeaderClassName
{
color: #F06429;
}
.AnyTagClassName
{
color: #F06429;
}
</style>
background-color css
<style>
a { background-color: #F06429; }
a { background-color: rgb(240,100,41); }
div.DivClassName
{
background-color: #F06429;
}
.BgClassName
{
background-color: #F06429;
}
</style>
border-color css
<style>
span { border-color: #F06429; }
span { border-color: rgb(240,100,41); }
td.TdClassName
{
border-color: #F06429;
}
.TagClassName
{
border-color: #F06429;
}
</style>