Shades of Burnt Orange #FC7329
Tints of Burnt Orange #FC7329
RGB
CMYK
RGB Variations
Color information
#FC7329 (or 0xFC7329) is known color: Burnt Orange. HEX triplet: FC, 73 and 29. RGB value is (252,115,41). Sum of RGB (Red+Green+Blue) = 252+115+41=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7329 is #038CD6. Grayscale: #939393. Windows color (decimal): -232663 or 2716668. OLE color: 2716668.
HSL color Cylindrical-coordinate representation of color #FC7329: hue angle of 21.04º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC7329 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 41 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.01 |
| HSL | 21.04º | 0.97% | 0.57% | - |
| HSV(B) | 21.04º | 0.84% | 0.99% | - |
| XYZ | 46.68 | 33.12 | 6.03 | - |
| YUV | 147.53 | 67.89 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 41 | 0 | 0.54 | 0.84 | 0.01 | 21.04 | 0.97 | 0.57 |
| Hex | FC | 73 | 29 | 0 | 36 | 54 | 1 | 15 | 61 | 39 |
| Octal | 374 | 163 | 51 | 0 | 66 | 124 | 1 | 25 | 141 | 71 |
| Binary | 11111100 | 1110011 | 101001 | 0 | 110110 | 1010100 | 1 | 10101 | 1100001 | 111001 |
Color Harmonies of #FC7329
Complementary color
Monochromatic Colors of #FC7329
Black with #FC7329
Text Example
Text Example
White with #FC7329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7329; }
p { color: rgb(252,115,41); }
H1.HeaderClassName
{
color: #FC7329;
}
.AnyTagClassName
{
color: #FC7329;
}
</style>
background-color css
<style>
a { background-color: #FC7329; }
a { background-color: rgb(252,115,41); }
div.DivClassName
{
background-color: #FC7329;
}
.BgClassName
{
background-color: #FC7329;
}
</style>
border-color css
<style>
span { border-color: #FC7329; }
span { border-color: rgb(252,115,41); }
td.TdClassName
{
border-color: #FC7329;
}
.TagClassName
{
border-color: #FC7329;
}
</style>