Shades of Burnt Orange #F2732F
Tints of Burnt Orange #F2732F
RGB
CMYK
RGB Variations
Color information
#F2732F (or 0xF2732F) is known color: Burnt Orange. HEX triplet: F2, 73 and 2F. RGB value is (242,115,47). Sum of RGB (Red+Green+Blue) = 242+115+47=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2732F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2732F is #0D8CD0. Grayscale: #919191. Windows color (decimal): -888017 or 3109874. OLE color: 3109874.
HSL color Cylindrical-coordinate representation of color #F2732F: hue angle of 20.92º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2732F is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 47 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.05 |
| HSL | 20.92º | 0.88% | 0.57% | - |
| HSV(B) | 20.92º | 0.81% | 0.95% | - |
| XYZ | 43.26 | 31.34 | 6.46 | - |
| YUV | 145.22 | 72.58 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 47 | 0 | 0.52 | 0.81 | 0.05 | 20.92 | 0.88 | 0.57 |
| Hex | F2 | 73 | 2F | 0 | 34 | 51 | 5 | 15 | 58 | 39 |
| Octal | 362 | 163 | 57 | 0 | 64 | 121 | 5 | 25 | 130 | 71 |
| Binary | 11110010 | 1110011 | 101111 | 0 | 110100 | 1010001 | 101 | 10101 | 1011000 | 111001 |
Color Harmonies of #F2732F
Complementary color
Monochromatic Colors of #F2732F
Black with #F2732F
Text Example
Text Example
White with #F2732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2732F; }
p { color: rgb(242,115,47); }
H1.HeaderClassName
{
color: #F2732F;
}
.AnyTagClassName
{
color: #F2732F;
}
</style>
background-color css
<style>
a { background-color: #F2732F; }
a { background-color: rgb(242,115,47); }
div.DivClassName
{
background-color: #F2732F;
}
.BgClassName
{
background-color: #F2732F;
}
</style>
border-color css
<style>
span { border-color: #F2732F; }
span { border-color: rgb(242,115,47); }
td.TdClassName
{
border-color: #F2732F;
}
.TagClassName
{
border-color: #F2732F;
}
</style>