Shades of Burnt Orange #FF7232
Tints of Burnt Orange #FF7232
RGB
CMYK
RGB Variations
Color information
#FF7232 (or 0xFF7232) is known color: Burnt Orange. HEX triplet: FF, 72 and 32. RGB value is (255,114,50). Sum of RGB (Red+Green+Blue) = 255+114+50=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7232 is #008DCD. Grayscale: #959595. Windows color (decimal): -36302 or 3306239. OLE color: 3306239.
HSL color Cylindrical-coordinate representation of color #FF7232: hue angle of 18.73º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF7232 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 50 | - |
| CMYK | 0 | 0.55 | 0.80 | 0 |
| HSL | 18.73º | 1% | 0.6% | - |
| HSV(B) | 18.73º | 0.8% | 1% | - |
| XYZ | 47.83 | 33.52 | 6.97 | - |
| YUV | 148.86 | 72.21 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 50 | 0 | 0.55 | 0.80 | 0 | 18.73 | 1 | 0.6 |
| Hex | FF | 72 | 32 | 0 | 37 | 50 | 0 | 13 | 64 | 3C |
| Octal | 377 | 162 | 62 | 0 | 67 | 120 | 0 | 23 | 144 | 74 |
| Binary | 11111111 | 1110010 | 110010 | 0 | 110111 | 1010000 | 0 | 10011 | 1100100 | 111100 |
Color Harmonies of #FF7232
Complementary color
Monochromatic Colors of #FF7232
Black with #FF7232
Text Example
Text Example
White with #FF7232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7232; }
p { color: rgb(255,114,50); }
H1.HeaderClassName
{
color: #FF7232;
}
.AnyTagClassName
{
color: #FF7232;
}
</style>
background-color css
<style>
a { background-color: #FF7232; }
a { background-color: rgb(255,114,50); }
div.DivClassName
{
background-color: #FF7232;
}
.BgClassName
{
background-color: #FF7232;
}
</style>
border-color css
<style>
span { border-color: #FF7232; }
span { border-color: rgb(255,114,50); }
td.TdClassName
{
border-color: #FF7232;
}
.TagClassName
{
border-color: #FF7232;
}
</style>