Shades of Burnt Orange #FF732A
Tints of Burnt Orange #FF732A
RGB
CMYK
RGB Variations
Color information
#FF732A (or 0xFF732A) is known color: Burnt Orange. HEX triplet: FF, 73 and 2A. RGB value is (255,115,42). Sum of RGB (Red+Green+Blue) = 255+115+42=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF732A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF732A is #008CD5. Grayscale: #949494. Windows color (decimal): -36054 or 2782207. OLE color: 2782207.
HSL color Cylindrical-coordinate representation of color #FF732A: hue angle of 20.56º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF732A is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 42 | - |
| CMYK | 0 | 0.55 | 0.84 | 0 |
| HSL | 20.56º | 1% | 0.58% | - |
| HSV(B) | 20.56º | 0.84% | 1% | - |
| XYZ | 47.79 | 33.69 | 6.17 | - |
| YUV | 148.54 | 67.88 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 42 | 0 | 0.55 | 0.84 | 0 | 20.56 | 1 | 0.58 |
| Hex | FF | 73 | 2A | 0 | 37 | 54 | 0 | 15 | 64 | 3A |
| Octal | 377 | 163 | 52 | 0 | 67 | 124 | 0 | 25 | 144 | 72 |
| Binary | 11111111 | 1110011 | 101010 | 0 | 110111 | 1010100 | 0 | 10101 | 1100100 | 111010 |
Color Harmonies of #FF732A
Complementary color
Monochromatic Colors of #FF732A
Black with #FF732A
Text Example
Text Example
White with #FF732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF732A; }
p { color: rgb(255,115,42); }
H1.HeaderClassName
{
color: #FF732A;
}
.AnyTagClassName
{
color: #FF732A;
}
</style>
background-color css
<style>
a { background-color: #FF732A; }
a { background-color: rgb(255,115,42); }
div.DivClassName
{
background-color: #FF732A;
}
.BgClassName
{
background-color: #FF732A;
}
</style>
border-color css
<style>
span { border-color: #FF732A; }
span { border-color: rgb(255,115,42); }
td.TdClassName
{
border-color: #FF732A;
}
.TagClassName
{
border-color: #FF732A;
}
</style>