Shades of Burnt Orange #F2732C
Tints of Burnt Orange #F2732C
RGB
CMYK
RGB Variations
Color information
#F2732C (or 0xF2732C) is known color: Burnt Orange. HEX triplet: F2, 73 and 2C. RGB value is (242,115,44). Sum of RGB (Red+Green+Blue) = 242+115+44=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2732C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2732C is #0D8CD3. Grayscale: #919191. Windows color (decimal): -888020 or 2913266. OLE color: 2913266.
HSL color Cylindrical-coordinate representation of color #F2732C: hue angle of 21.52º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2732C is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 44 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.05 |
| HSL | 21.52º | 0.88% | 0.56% | - |
| HSV(B) | 21.52º | 0.82% | 0.95% | - |
| XYZ | 43.2 | 31.32 | 6.15 | - |
| YUV | 144.88 | 71.08 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 44 | 0 | 0.52 | 0.82 | 0.05 | 21.52 | 0.88 | 0.56 |
| Hex | F2 | 73 | 2C | 0 | 34 | 52 | 5 | 16 | 58 | 38 |
| Octal | 362 | 163 | 54 | 0 | 64 | 122 | 5 | 26 | 130 | 70 |
| Binary | 11110010 | 1110011 | 101100 | 0 | 110100 | 1010010 | 101 | 10110 | 1011000 | 111000 |
Color Harmonies of #F2732C
Complementary color
Monochromatic Colors of #F2732C
Black with #F2732C
Text Example
Text Example
White with #F2732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2732C; }
p { color: rgb(242,115,44); }
H1.HeaderClassName
{
color: #F2732C;
}
.AnyTagClassName
{
color: #F2732C;
}
</style>
background-color css
<style>
a { background-color: #F2732C; }
a { background-color: rgb(242,115,44); }
div.DivClassName
{
background-color: #F2732C;
}
.BgClassName
{
background-color: #F2732C;
}
</style>
border-color css
<style>
span { border-color: #F2732C; }
span { border-color: rgb(242,115,44); }
td.TdClassName
{
border-color: #F2732C;
}
.TagClassName
{
border-color: #F2732C;
}
</style>