Shades of Burnt Orange #FC7040
Tints of Burnt Orange #FC7040
RGB
CMYK
RGB Variations
Color information
#FC7040 (or 0xFC7040) is known color: Burnt Orange. HEX triplet: FC, 70 and 40. RGB value is (252,112,64). Sum of RGB (Red+Green+Blue) = 252+112+64=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7040 is #038FBF. Grayscale: #949494. Windows color (decimal): -233408 or 4223228. OLE color: 4223228.
HSL color Cylindrical-coordinate representation of color #FC7040: hue angle of 15.32º 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 #FC7040 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 64 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.01 |
| HSL | 15.32º | 0.97% | 0.62% | - |
| HSV(B) | 15.32º | 0.75% | 0.99% | - |
| XYZ | 46.86 | 32.65 | 8.68 | - |
| YUV | 148.39 | 80.38 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 64 | 0 | 0.56 | 0.75 | 0.01 | 15.32 | 0.97 | 0.62 |
| Hex | FC | 70 | 40 | 0 | 38 | 4B | 1 | F | 61 | 3E |
| Octal | 374 | 160 | 100 | 0 | 70 | 113 | 1 | 17 | 141 | 76 |
| Binary | 11111100 | 1110000 | 1000000 | 0 | 111000 | 1001011 | 1 | 1111 | 1100001 | 111110 |
Color Harmonies of #FC7040
Complementary color
Monochromatic Colors of #FC7040
Black with #FC7040
Text Example
Text Example
White with #FC7040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7040; }
p { color: rgb(252,112,64); }
H1.HeaderClassName
{
color: #FC7040;
}
.AnyTagClassName
{
color: #FC7040;
}
</style>
background-color css
<style>
a { background-color: #FC7040; }
a { background-color: rgb(252,112,64); }
div.DivClassName
{
background-color: #FC7040;
}
.BgClassName
{
background-color: #FC7040;
}
</style>
border-color css
<style>
span { border-color: #FC7040; }
span { border-color: rgb(252,112,64); }
td.TdClassName
{
border-color: #FC7040;
}
.TagClassName
{
border-color: #FC7040;
}
</style>