Shades of Burnt Orange #FC7D2D
Tints of Burnt Orange #FC7D2D
RGB
CMYK
RGB Variations
Color information
#FC7D2D (or 0xFC7D2D) is known color: Burnt Orange. HEX triplet: FC, 7D and 2D. RGB value is (252,125,45). Sum of RGB (Red+Green+Blue) = 252+125+45=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D2D is #0382D2. Grayscale: #9A9A9A. Windows color (decimal): -230099 or 2981372. OLE color: 2981372.
HSL color Cylindrical-coordinate representation of color #FC7D2D: hue angle of 23.19º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC7D2D is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 45 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.01 |
| HSL | 23.19º | 0.97% | 0.58% | - |
| HSV(B) | 23.19º | 0.82% | 0.99% | - |
| XYZ | 47.95 | 35.55 | 6.82 | - |
| YUV | 153.85 | 66.58 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 45 | 0 | 0.50 | 0.82 | 0.01 | 23.19 | 0.97 | 0.58 |
| Hex | FC | 7D | 2D | 0 | 32 | 52 | 1 | 17 | 61 | 3A |
| Octal | 374 | 175 | 55 | 0 | 62 | 122 | 1 | 27 | 141 | 72 |
| Binary | 11111100 | 1111101 | 101101 | 0 | 110010 | 1010010 | 1 | 10111 | 1100001 | 111010 |
Color Harmonies of #FC7D2D
Complementary color
Monochromatic Colors of #FC7D2D
Black with #FC7D2D
Text Example
Text Example
White with #FC7D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D2D; }
p { color: rgb(252,125,45); }
H1.HeaderClassName
{
color: #FC7D2D;
}
.AnyTagClassName
{
color: #FC7D2D;
}
</style>
background-color css
<style>
a { background-color: #FC7D2D; }
a { background-color: rgb(252,125,45); }
div.DivClassName
{
background-color: #FC7D2D;
}
.BgClassName
{
background-color: #FC7D2D;
}
</style>
border-color css
<style>
span { border-color: #FC7D2D; }
span { border-color: rgb(252,125,45); }
td.TdClassName
{
border-color: #FC7D2D;
}
.TagClassName
{
border-color: #FC7D2D;
}
</style>