Shades of Burnt Orange #F06829
Tints of Burnt Orange #F06829
RGB
CMYK
RGB Variations
Color information
#F06829 (or 0xF06829) is known color: Burnt Orange. HEX triplet: F0, 68 and 29. RGB value is (240,104,41). Sum of RGB (Red+Green+Blue) = 240+104+41=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F06829 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06829 is #0F97D6. Grayscale: #898989. Windows color (decimal): -1021911 or 2713840. OLE color: 2713840.
HSL color Cylindrical-coordinate representation of color #F06829: hue angle of 18.99º 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 #F06829 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 41 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.06 |
| HSL | 18.99º | 0.87% | 0.55% | - |
| HSV(B) | 18.99º | 0.83% | 0.94% | - |
| XYZ | 41.29 | 28.59 | 5.44 | - |
| YUV | 137.48 | 73.56 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 41 | 0 | 0.57 | 0.83 | 0.06 | 18.99 | 0.87 | 0.55 |
| Hex | F0 | 68 | 29 | 0 | 39 | 53 | 6 | 13 | 57 | 37 |
| Octal | 360 | 150 | 51 | 0 | 71 | 123 | 6 | 23 | 127 | 67 |
| Binary | 11110000 | 1101000 | 101001 | 0 | 111001 | 1010011 | 110 | 10011 | 1010111 | 110111 |
Color Harmonies of #F06829
Complementary color
Monochromatic Colors of #F06829
Black with #F06829
Text Example
Text Example
White with #F06829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06829; }
p { color: rgb(240,104,41); }
H1.HeaderClassName
{
color: #F06829;
}
.AnyTagClassName
{
color: #F06829;
}
</style>
background-color css
<style>
a { background-color: #F06829; }
a { background-color: rgb(240,104,41); }
div.DivClassName
{
background-color: #F06829;
}
.BgClassName
{
background-color: #F06829;
}
</style>
border-color css
<style>
span { border-color: #F06829; }
span { border-color: rgb(240,104,41); }
td.TdClassName
{
border-color: #F06829;
}
.TagClassName
{
border-color: #F06829;
}
</style>