Shades of Burnt Orange #FC7140
Tints of Burnt Orange #FC7140
RGB
CMYK
RGB Variations
Color information
#FC7140 (or 0xFC7140) is known color: Burnt Orange. HEX triplet: FC, 71 and 40. RGB value is (252,113,64). Sum of RGB (Red+Green+Blue) = 252+113+64=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7140 is #038EBF. Grayscale: #959595. Windows color (decimal): -233152 or 4223484. OLE color: 4223484.
HSL color Cylindrical-coordinate representation of color #FC7140: hue angle of 15.64º 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 #FC7140 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 64 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.01 |
| HSL | 15.64º | 0.97% | 0.62% | - |
| HSV(B) | 15.64º | 0.75% | 0.99% | - |
| XYZ | 46.98 | 32.88 | 8.72 | - |
| YUV | 148.98 | 80.05 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 64 | 0 | 0.55 | 0.75 | 0.01 | 15.64 | 0.97 | 0.62 |
| Hex | FC | 71 | 40 | 0 | 37 | 4B | 1 | 10 | 61 | 3E |
| Octal | 374 | 161 | 100 | 0 | 67 | 113 | 1 | 20 | 141 | 76 |
| Binary | 11111100 | 1110001 | 1000000 | 0 | 110111 | 1001011 | 1 | 10000 | 1100001 | 111110 |
Color Harmonies of #FC7140
Complementary color
Monochromatic Colors of #FC7140
Black with #FC7140
Text Example
Text Example
White with #FC7140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7140; }
p { color: rgb(252,113,64); }
H1.HeaderClassName
{
color: #FC7140;
}
.AnyTagClassName
{
color: #FC7140;
}
</style>
background-color css
<style>
a { background-color: #FC7140; }
a { background-color: rgb(252,113,64); }
div.DivClassName
{
background-color: #FC7140;
}
.BgClassName
{
background-color: #FC7140;
}
</style>
border-color css
<style>
span { border-color: #FC7140; }
span { border-color: rgb(252,113,64); }
td.TdClassName
{
border-color: #FC7140;
}
.TagClassName
{
border-color: #FC7140;
}
</style>