Shades of Burnt Orange #FC7632
Tints of Burnt Orange #FC7632
RGB
CMYK
RGB Variations
Color information
#FC7632 (or 0xFC7632) is known color: Burnt Orange. HEX triplet: FC, 76 and 32. RGB value is (252,118,50). Sum of RGB (Red+Green+Blue) = 252+118+50=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7632 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7632 is #0389CD. Grayscale: #969696. Windows color (decimal): -231886 or 3307260. OLE color: 3307260.
HSL color Cylindrical-coordinate representation of color #FC7632: hue angle of 20.2º 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 #FC7632 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 50 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.01 |
| HSL | 20.2º | 0.97% | 0.59% | - |
| HSV(B) | 20.2º | 0.8% | 0.99% | - |
| XYZ | 47.2 | 33.88 | 7.07 | - |
| YUV | 150.31 | 71.39 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 50 | 0 | 0.53 | 0.80 | 0.01 | 20.2 | 0.97 | 0.59 |
| Hex | FC | 76 | 32 | 0 | 35 | 50 | 1 | 14 | 61 | 3B |
| Octal | 374 | 166 | 62 | 0 | 65 | 120 | 1 | 24 | 141 | 73 |
| Binary | 11111100 | 1110110 | 110010 | 0 | 110101 | 1010000 | 1 | 10100 | 1100001 | 111011 |
Color Harmonies of #FC7632
Complementary color
Monochromatic Colors of #FC7632
Black with #FC7632
Text Example
Text Example
White with #FC7632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7632; }
p { color: rgb(252,118,50); }
H1.HeaderClassName
{
color: #FC7632;
}
.AnyTagClassName
{
color: #FC7632;
}
</style>
background-color css
<style>
a { background-color: #FC7632; }
a { background-color: rgb(252,118,50); }
div.DivClassName
{
background-color: #FC7632;
}
.BgClassName
{
background-color: #FC7632;
}
</style>
border-color css
<style>
span { border-color: #FC7632; }
span { border-color: rgb(252,118,50); }
td.TdClassName
{
border-color: #FC7632;
}
.TagClassName
{
border-color: #FC7632;
}
</style>