Shades of Burnt Orange #F06833
Tints of Burnt Orange #F06833
RGB
CMYK
RGB Variations
Color information
#F06833 (or 0xF06833) is known color: Burnt Orange. HEX triplet: F0, 68 and 33. RGB value is (240,104,51). Sum of RGB (Red+Green+Blue) = 240+104+51=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F06833 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06833 is #0F97CC. Grayscale: #8A8A8A. Windows color (decimal): -1021901 or 3369200. OLE color: 3369200.
HSL color Cylindrical-coordinate representation of color #F06833: hue angle of 16.83º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F06833 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 51 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.06 |
| HSL | 16.83º | 0.86% | 0.57% | - |
| HSV(B) | 16.83º | 0.79% | 0.94% | - |
| XYZ | 41.48 | 28.66 | 6.48 | - |
| YUV | 138.62 | 78.56 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 51 | 0 | 0.57 | 0.79 | 0.06 | 16.83 | 0.86 | 0.57 |
| Hex | F0 | 68 | 33 | 0 | 39 | 4F | 6 | 11 | 56 | 39 |
| Octal | 360 | 150 | 63 | 0 | 71 | 117 | 6 | 21 | 126 | 71 |
| Binary | 11110000 | 1101000 | 110011 | 0 | 111001 | 1001111 | 110 | 10001 | 1010110 | 111001 |
Color Harmonies of #F06833
Complementary color
Monochromatic Colors of #F06833
Black with #F06833
Text Example
Text Example
White with #F06833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06833; }
p { color: rgb(240,104,51); }
H1.HeaderClassName
{
color: #F06833;
}
.AnyTagClassName
{
color: #F06833;
}
</style>
background-color css
<style>
a { background-color: #F06833; }
a { background-color: rgb(240,104,51); }
div.DivClassName
{
background-color: #F06833;
}
.BgClassName
{
background-color: #F06833;
}
</style>
border-color css
<style>
span { border-color: #F06833; }
span { border-color: rgb(240,104,51); }
td.TdClassName
{
border-color: #F06833;
}
.TagClassName
{
border-color: #F06833;
}
</style>