Shades of Burnt Orange #FF732C
Tints of Burnt Orange #FF732C
RGB
CMYK
RGB Variations
Color information
#FF732C (or 0xFF732C) is known color: Burnt Orange. HEX triplet: FF, 73 and 2C. RGB value is (255,115,44). Sum of RGB (Red+Green+Blue) = 255+115+44=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF732C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF732C is #008CD3. Grayscale: #959595. Windows color (decimal): -36052 or 2913279. OLE color: 2913279.
HSL color Cylindrical-coordinate representation of color #FF732C: hue angle of 20.19º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF732C is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 44 | - |
| CMYK | 0 | 0.55 | 0.83 | 0 |
| HSL | 20.19º | 1% | 0.59% | - |
| HSV(B) | 20.19º | 0.83% | 1% | - |
| XYZ | 47.83 | 33.7 | 6.37 | - |
| YUV | 148.77 | 68.88 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 44 | 0 | 0.55 | 0.83 | 0 | 20.19 | 1 | 0.59 |
| Hex | FF | 73 | 2C | 0 | 37 | 53 | 0 | 14 | 64 | 3B |
| Octal | 377 | 163 | 54 | 0 | 67 | 123 | 0 | 24 | 144 | 73 |
| Binary | 11111111 | 1110011 | 101100 | 0 | 110111 | 1010011 | 0 | 10100 | 1100100 | 111011 |
Color Harmonies of #FF732C
Complementary color
Monochromatic Colors of #FF732C
Black with #FF732C
Text Example
Text Example
White with #FF732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF732C; }
p { color: rgb(255,115,44); }
H1.HeaderClassName
{
color: #FF732C;
}
.AnyTagClassName
{
color: #FF732C;
}
</style>
background-color css
<style>
a { background-color: #FF732C; }
a { background-color: rgb(255,115,44); }
div.DivClassName
{
background-color: #FF732C;
}
.BgClassName
{
background-color: #FF732C;
}
</style>
border-color css
<style>
span { border-color: #FF732C; }
span { border-color: rgb(255,115,44); }
td.TdClassName
{
border-color: #FF732C;
}
.TagClassName
{
border-color: #FF732C;
}
</style>