Shades of Burnt Orange #F06834
Tints of Burnt Orange #F06834
RGB
CMYK
RGB Variations
Color information
#F06834 (or 0xF06834) is known color: Burnt Orange. HEX triplet: F0, 68 and 34. RGB value is (240,104,52). Sum of RGB (Red+Green+Blue) = 240+104+52=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F06834 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06834 is #0F97CB. Grayscale: #8B8B8B. Windows color (decimal): -1021900 or 3434736. OLE color: 3434736.
HSL color Cylindrical-coordinate representation of color #F06834: hue angle of 16.6º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F06834 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 52 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.06 |
| HSL | 16.6º | 0.86% | 0.57% | - |
| HSV(B) | 16.6º | 0.78% | 0.94% | - |
| XYZ | 41.51 | 28.67 | 6.6 | - |
| YUV | 138.74 | 79.06 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 52 | 0 | 0.57 | 0.78 | 0.06 | 16.6 | 0.86 | 0.57 |
| Hex | F0 | 68 | 34 | 0 | 39 | 4E | 6 | 11 | 56 | 39 |
| Octal | 360 | 150 | 64 | 0 | 71 | 116 | 6 | 21 | 126 | 71 |
| Binary | 11110000 | 1101000 | 110100 | 0 | 111001 | 1001110 | 110 | 10001 | 1010110 | 111001 |
Color Harmonies of #F06834
Complementary color
Monochromatic Colors of #F06834
Black with #F06834
Text Example
Text Example
White with #F06834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06834; }
p { color: rgb(240,104,52); }
H1.HeaderClassName
{
color: #F06834;
}
.AnyTagClassName
{
color: #F06834;
}
</style>
background-color css
<style>
a { background-color: #F06834; }
a { background-color: rgb(240,104,52); }
div.DivClassName
{
background-color: #F06834;
}
.BgClassName
{
background-color: #F06834;
}
</style>
border-color css
<style>
span { border-color: #F06834; }
span { border-color: rgb(240,104,52); }
td.TdClassName
{
border-color: #F06834;
}
.TagClassName
{
border-color: #F06834;
}
</style>