Shades of Burnt Orange #FC7D32
Tints of Burnt Orange #FC7D32
RGB
CMYK
RGB Variations
Color information
#FC7D32 (or 0xFC7D32) is known color: Burnt Orange. HEX triplet: FC, 7D and 32. RGB value is (252,125,50). Sum of RGB (Red+Green+Blue) = 252+125+50=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D32 is #0382CD. Grayscale: #9A9A9A. Windows color (decimal): -230094 or 3309052. OLE color: 3309052.
HSL color Cylindrical-coordinate representation of color #FC7D32: hue angle of 22.28º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC7D32 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 50 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.01 |
| HSL | 22.28º | 0.97% | 0.59% | - |
| HSV(B) | 22.28º | 0.8% | 0.99% | - |
| XYZ | 48.05 | 35.59 | 7.36 | - |
| YUV | 154.42 | 69.08 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 50 | 0 | 0.50 | 0.80 | 0.01 | 22.28 | 0.97 | 0.59 |
| Hex | FC | 7D | 32 | 0 | 32 | 50 | 1 | 16 | 61 | 3B |
| Octal | 374 | 175 | 62 | 0 | 62 | 120 | 1 | 26 | 141 | 73 |
| Binary | 11111100 | 1111101 | 110010 | 0 | 110010 | 1010000 | 1 | 10110 | 1100001 | 111011 |
Color Harmonies of #FC7D32
Complementary color
Monochromatic Colors of #FC7D32
Black with #FC7D32
Text Example
Text Example
White with #FC7D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D32; }
p { color: rgb(252,125,50); }
H1.HeaderClassName
{
color: #FC7D32;
}
.AnyTagClassName
{
color: #FC7D32;
}
</style>
background-color css
<style>
a { background-color: #FC7D32; }
a { background-color: rgb(252,125,50); }
div.DivClassName
{
background-color: #FC7D32;
}
.BgClassName
{
background-color: #FC7D32;
}
</style>
border-color css
<style>
span { border-color: #FC7D32; }
span { border-color: rgb(252,125,50); }
td.TdClassName
{
border-color: #FC7D32;
}
.TagClassName
{
border-color: #FC7D32;
}
</style>