Shades of Burnt Orange #F06733
Tints of Burnt Orange #F06733
RGB
CMYK
RGB Variations
Color information
#F06733 (or 0xF06733) is known color: Burnt Orange. HEX triplet: F0, 67 and 33. RGB value is (240,103,51). Sum of RGB (Red+Green+Blue) = 240+103+51=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F06733 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06733 is #0F98CC. Grayscale: #8A8A8A. Windows color (decimal): -1022157 or 3368944. OLE color: 3368944.
HSL color Cylindrical-coordinate representation of color #F06733: hue angle of 16.51º 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 #F06733 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 51 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.06 |
| HSL | 16.51º | 0.86% | 0.57% | - |
| HSV(B) | 16.51º | 0.79% | 0.94% | - |
| XYZ | 41.38 | 28.46 | 6.45 | - |
| YUV | 138.04 | 78.89 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 51 | 0 | 0.57 | 0.79 | 0.06 | 16.51 | 0.86 | 0.57 |
| Hex | F0 | 67 | 33 | 0 | 39 | 4F | 6 | 11 | 56 | 39 |
| Octal | 360 | 147 | 63 | 0 | 71 | 117 | 6 | 21 | 126 | 71 |
| Binary | 11110000 | 1100111 | 110011 | 0 | 111001 | 1001111 | 110 | 10001 | 1010110 | 111001 |
Color Harmonies of #F06733
Complementary color
Monochromatic Colors of #F06733
Black with #F06733
Text Example
Text Example
White with #F06733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06733; }
p { color: rgb(240,103,51); }
H1.HeaderClassName
{
color: #F06733;
}
.AnyTagClassName
{
color: #F06733;
}
</style>
background-color css
<style>
a { background-color: #F06733; }
a { background-color: rgb(240,103,51); }
div.DivClassName
{
background-color: #F06733;
}
.BgClassName
{
background-color: #F06733;
}
</style>
border-color css
<style>
span { border-color: #F06733; }
span { border-color: rgb(240,103,51); }
td.TdClassName
{
border-color: #F06733;
}
.TagClassName
{
border-color: #F06733;
}
</style>