Shades of Burnt Orange #FC7D3D
Tints of Burnt Orange #FC7D3D
RGB
CMYK
RGB Variations
Color information
#FC7D3D (or 0xFC7D3D) is known color: Burnt Orange. HEX triplet: FC, 7D and 3D. RGB value is (252,125,61). Sum of RGB (Red+Green+Blue) = 252+125+61=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 61 (24.22% from 255 or 13.93% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D3D is #0382C2. Grayscale: #9C9C9C. Windows color (decimal): -230083 or 4029948. OLE color: 4029948.
HSL color Cylindrical-coordinate representation of color #FC7D3D: hue angle of 20.1º 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 #FC7D3D is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 61 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.01 |
| HSL | 20.1º | 0.97% | 0.61% | - |
| HSV(B) | 20.1º | 0.76% | 0.99% | - |
| XYZ | 48.32 | 35.7 | 8.76 | - |
| YUV | 155.68 | 74.58 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 61 | 0 | 0.50 | 0.76 | 0.01 | 20.1 | 0.97 | 0.61 |
| Hex | FC | 7D | 3D | 0 | 32 | 4C | 1 | 14 | 61 | 3D |
| Octal | 374 | 175 | 75 | 0 | 62 | 114 | 1 | 24 | 141 | 75 |
| Binary | 11111100 | 1111101 | 111101 | 0 | 110010 | 1001100 | 1 | 10100 | 1100001 | 111101 |
Color Harmonies of #FC7D3D
Complementary color
Monochromatic Colors of #FC7D3D
Black with #FC7D3D
Text Example
Text Example
White with #FC7D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D3D; }
p { color: rgb(252,125,61); }
H1.HeaderClassName
{
color: #FC7D3D;
}
.AnyTagClassName
{
color: #FC7D3D;
}
</style>
background-color css
<style>
a { background-color: #FC7D3D; }
a { background-color: rgb(252,125,61); }
div.DivClassName
{
background-color: #FC7D3D;
}
.BgClassName
{
background-color: #FC7D3D;
}
</style>
border-color css
<style>
span { border-color: #FC7D3D; }
span { border-color: rgb(252,125,61); }
td.TdClassName
{
border-color: #FC7D3D;
}
.TagClassName
{
border-color: #FC7D3D;
}
</style>