Shades of Burnt Orange #F2732B
Tints of Burnt Orange #F2732B
RGB
CMYK
RGB Variations
Color information
#F2732B (or 0xF2732B) is known color: Burnt Orange. HEX triplet: F2, 73 and 2B. RGB value is (242,115,43). Sum of RGB (Red+Green+Blue) = 242+115+43=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2732B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2732B is #0D8CD4. Grayscale: #919191. Windows color (decimal): -888021 or 2847730. OLE color: 2847730.
HSL color Cylindrical-coordinate representation of color #F2732B: hue angle of 21.71º 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 #F2732B is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 43 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.05 |
| HSL | 21.71º | 0.88% | 0.56% | - |
| HSV(B) | 21.71º | 0.82% | 0.95% | - |
| XYZ | 43.18 | 31.31 | 6.05 | - |
| YUV | 144.77 | 70.58 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 43 | 0 | 0.52 | 0.82 | 0.05 | 21.71 | 0.88 | 0.56 |
| Hex | F2 | 73 | 2B | 0 | 34 | 52 | 5 | 16 | 58 | 38 |
| Octal | 362 | 163 | 53 | 0 | 64 | 122 | 5 | 26 | 130 | 70 |
| Binary | 11110010 | 1110011 | 101011 | 0 | 110100 | 1010010 | 101 | 10110 | 1011000 | 111000 |
Color Harmonies of #F2732B
Complementary color
Monochromatic Colors of #F2732B
Black with #F2732B
Text Example
Text Example
White with #F2732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2732B; }
p { color: rgb(242,115,43); }
H1.HeaderClassName
{
color: #F2732B;
}
.AnyTagClassName
{
color: #F2732B;
}
</style>
background-color css
<style>
a { background-color: #F2732B; }
a { background-color: rgb(242,115,43); }
div.DivClassName
{
background-color: #F2732B;
}
.BgClassName
{
background-color: #F2732B;
}
</style>
border-color css
<style>
span { border-color: #F2732B; }
span { border-color: rgb(242,115,43); }
td.TdClassName
{
border-color: #F2732B;
}
.TagClassName
{
border-color: #F2732B;
}
</style>