Shades of Burnt Orange #FC7D3E
Tints of Burnt Orange #FC7D3E
RGB
CMYK
RGB Variations
Color information
#FC7D3E (or 0xFC7D3E) is known color: Burnt Orange. HEX triplet: FC, 7D and 3E. RGB value is (252,125,62). Sum of RGB (Red+Green+Blue) = 252+125+62=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D3E is #0382C1. Grayscale: #9C9C9C. Windows color (decimal): -230082 or 4095484. OLE color: 4095484.
HSL color Cylindrical-coordinate representation of color #FC7D3E: hue angle of 19.89º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC7D3E is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 62 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.01 |
| HSL | 19.89º | 0.97% | 0.62% | - |
| HSV(B) | 19.89º | 0.75% | 0.99% | - |
| XYZ | 48.35 | 35.71 | 8.9 | - |
| YUV | 155.79 | 75.08 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 62 | 0 | 0.50 | 0.75 | 0.01 | 19.89 | 0.97 | 0.62 |
| Hex | FC | 7D | 3E | 0 | 32 | 4B | 1 | 14 | 61 | 3E |
| Octal | 374 | 175 | 76 | 0 | 62 | 113 | 1 | 24 | 141 | 76 |
| Binary | 11111100 | 1111101 | 111110 | 0 | 110010 | 1001011 | 1 | 10100 | 1100001 | 111110 |
Color Harmonies of #FC7D3E
Complementary color
Monochromatic Colors of #FC7D3E
Black with #FC7D3E
Text Example
Text Example
White with #FC7D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D3E; }
p { color: rgb(252,125,62); }
H1.HeaderClassName
{
color: #FC7D3E;
}
.AnyTagClassName
{
color: #FC7D3E;
}
</style>
background-color css
<style>
a { background-color: #FC7D3E; }
a { background-color: rgb(252,125,62); }
div.DivClassName
{
background-color: #FC7D3E;
}
.BgClassName
{
background-color: #FC7D3E;
}
</style>
border-color css
<style>
span { border-color: #FC7D3E; }
span { border-color: rgb(252,125,62); }
td.TdClassName
{
border-color: #FC7D3E;
}
.TagClassName
{
border-color: #FC7D3E;
}
</style>