Shades of Burnt Orange #FC7D3C
Tints of Burnt Orange #FC7D3C
RGB
CMYK
RGB Variations
Color information
#FC7D3C (or 0xFC7D3C) is known color: Burnt Orange. HEX triplet: FC, 7D and 3C. RGB value is (252,125,60). Sum of RGB (Red+Green+Blue) = 252+125+60=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D3C is #0382C3. Grayscale: #9B9B9B. Windows color (decimal): -230084 or 3964412. OLE color: 3964412.
HSL color Cylindrical-coordinate representation of color #FC7D3C: hue angle of 20.31º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC7D3C is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 60 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.01 |
| HSL | 20.31º | 0.97% | 0.61% | - |
| HSV(B) | 20.31º | 0.76% | 0.99% | - |
| XYZ | 48.29 | 35.69 | 8.62 | - |
| YUV | 155.56 | 74.08 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 60 | 0 | 0.50 | 0.76 | 0.01 | 20.31 | 0.97 | 0.61 |
| Hex | FC | 7D | 3C | 0 | 32 | 4C | 1 | 14 | 61 | 3D |
| Octal | 374 | 175 | 74 | 0 | 62 | 114 | 1 | 24 | 141 | 75 |
| Binary | 11111100 | 1111101 | 111100 | 0 | 110010 | 1001100 | 1 | 10100 | 1100001 | 111101 |
Color Harmonies of #FC7D3C
Complementary color
Monochromatic Colors of #FC7D3C
Black with #FC7D3C
Text Example
Text Example
White with #FC7D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D3C; }
p { color: rgb(252,125,60); }
H1.HeaderClassName
{
color: #FC7D3C;
}
.AnyTagClassName
{
color: #FC7D3C;
}
</style>
background-color css
<style>
a { background-color: #FC7D3C; }
a { background-color: rgb(252,125,60); }
div.DivClassName
{
background-color: #FC7D3C;
}
.BgClassName
{
background-color: #FC7D3C;
}
</style>
border-color css
<style>
span { border-color: #FC7D3C; }
span { border-color: rgb(252,125,60); }
td.TdClassName
{
border-color: #FC7D3C;
}
.TagClassName
{
border-color: #FC7D3C;
}
</style>