Shades of Burnt Orange #FC7A40
Tints of Burnt Orange #FC7A40
RGB
CMYK
RGB Variations
Color information
#FC7A40 (or 0xFC7A40) is known color: Burnt Orange. HEX triplet: FC, 7A and 40. RGB value is (252,122,64). Sum of RGB (Red+Green+Blue) = 252+122+64=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A40 is #0385BF. Grayscale: #9A9A9A. Windows color (decimal): -230848 or 4225788. OLE color: 4225788.
HSL color Cylindrical-coordinate representation of color #FC7A40: hue angle of 18.51º 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 #FC7A40 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 64 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.01 |
| HSL | 18.51º | 0.97% | 0.62% | - |
| HSV(B) | 18.51º | 0.75% | 0.99% | - |
| XYZ | 48.03 | 34.98 | 9.07 | - |
| YUV | 154.26 | 77.07 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 64 | 0 | 0.52 | 0.75 | 0.01 | 18.51 | 0.97 | 0.62 |
| Hex | FC | 7A | 40 | 0 | 34 | 4B | 1 | 13 | 61 | 3E |
| Octal | 374 | 172 | 100 | 0 | 64 | 113 | 1 | 23 | 141 | 76 |
| Binary | 11111100 | 1111010 | 1000000 | 0 | 110100 | 1001011 | 1 | 10011 | 1100001 | 111110 |
Color Harmonies of #FC7A40
Complementary color
Monochromatic Colors of #FC7A40
Black with #FC7A40
Text Example
Text Example
White with #FC7A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A40; }
p { color: rgb(252,122,64); }
H1.HeaderClassName
{
color: #FC7A40;
}
.AnyTagClassName
{
color: #FC7A40;
}
</style>
background-color css
<style>
a { background-color: #FC7A40; }
a { background-color: rgb(252,122,64); }
div.DivClassName
{
background-color: #FC7A40;
}
.BgClassName
{
background-color: #FC7A40;
}
</style>
border-color css
<style>
span { border-color: #FC7A40; }
span { border-color: rgb(252,122,64); }
td.TdClassName
{
border-color: #FC7A40;
}
.TagClassName
{
border-color: #FC7A40;
}
</style>