Shades of Burnt Orange #F06836
Tints of Burnt Orange #F06836
RGB
CMYK
RGB Variations
Color information
#F06836 (or 0xF06836) is known color: Burnt Orange. HEX triplet: F0, 68 and 36. RGB value is (240,104,54). Sum of RGB (Red+Green+Blue) = 240+104+54=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F06836 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06836 is #0F97C9. Grayscale: #8B8B8B. Windows color (decimal): -1021898 or 3565808. OLE color: 3565808.
HSL color Cylindrical-coordinate representation of color #F06836: hue angle of 16.13º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F06836 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 54 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.06 |
| HSL | 16.13º | 0.86% | 0.58% | - |
| HSV(B) | 16.13º | 0.78% | 0.94% | - |
| XYZ | 41.55 | 28.69 | 6.84 | - |
| YUV | 138.96 | 80.06 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 54 | 0 | 0.57 | 0.78 | 0.06 | 16.13 | 0.86 | 0.58 |
| Hex | F0 | 68 | 36 | 0 | 39 | 4E | 6 | 10 | 56 | 3A |
| Octal | 360 | 150 | 66 | 0 | 71 | 116 | 6 | 20 | 126 | 72 |
| Binary | 11110000 | 1101000 | 110110 | 0 | 111001 | 1001110 | 110 | 10000 | 1010110 | 111010 |
Color Harmonies of #F06836
Complementary color
Monochromatic Colors of #F06836
Black with #F06836
Text Example
Text Example
White with #F06836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06836; }
p { color: rgb(240,104,54); }
H1.HeaderClassName
{
color: #F06836;
}
.AnyTagClassName
{
color: #F06836;
}
</style>
background-color css
<style>
a { background-color: #F06836; }
a { background-color: rgb(240,104,54); }
div.DivClassName
{
background-color: #F06836;
}
.BgClassName
{
background-color: #F06836;
}
</style>
border-color css
<style>
span { border-color: #F06836; }
span { border-color: rgb(240,104,54); }
td.TdClassName
{
border-color: #F06836;
}
.TagClassName
{
border-color: #F06836;
}
</style>