Shades of Burnt Orange #F06732
Tints of Burnt Orange #F06732
RGB
CMYK
RGB Variations
Color information
#F06732 (or 0xF06732) is known color: Burnt Orange. HEX triplet: F0, 67 and 32. RGB value is (240,103,50). Sum of RGB (Red+Green+Blue) = 240+103+50=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F06732 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06732 is #0F98CD. Grayscale: #8A8A8A. Windows color (decimal): -1022158 or 3303408. OLE color: 3303408.
HSL color Cylindrical-coordinate representation of color #F06732: hue angle of 16.74º 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 #F06732 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 50 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.06 |
| HSL | 16.74º | 0.86% | 0.57% | - |
| HSV(B) | 16.74º | 0.79% | 0.94% | - |
| XYZ | 41.36 | 28.46 | 6.33 | - |
| YUV | 137.92 | 78.39 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 50 | 0 | 0.57 | 0.79 | 0.06 | 16.74 | 0.86 | 0.57 |
| Hex | F0 | 67 | 32 | 0 | 39 | 4F | 6 | 11 | 56 | 39 |
| Octal | 360 | 147 | 62 | 0 | 71 | 117 | 6 | 21 | 126 | 71 |
| Binary | 11110000 | 1100111 | 110010 | 0 | 111001 | 1001111 | 110 | 10001 | 1010110 | 111001 |
Color Harmonies of #F06732
Complementary color
Monochromatic Colors of #F06732
Black with #F06732
Text Example
Text Example
White with #F06732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06732; }
p { color: rgb(240,103,50); }
H1.HeaderClassName
{
color: #F06732;
}
.AnyTagClassName
{
color: #F06732;
}
</style>
background-color css
<style>
a { background-color: #F06732; }
a { background-color: rgb(240,103,50); }
div.DivClassName
{
background-color: #F06732;
}
.BgClassName
{
background-color: #F06732;
}
</style>
border-color css
<style>
span { border-color: #F06732; }
span { border-color: rgb(240,103,50); }
td.TdClassName
{
border-color: #F06732;
}
.TagClassName
{
border-color: #F06732;
}
</style>