Shades of Burnt Orange #FC7A2C
Tints of Burnt Orange #FC7A2C
RGB
CMYK
RGB Variations
Color information
#FC7A2C (or 0xFC7A2C) is known color: Burnt Orange. HEX triplet: FC, 7A and 2C. RGB value is (252,122,44). Sum of RGB (Red+Green+Blue) = 252+122+44=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A2C is #0385D3. Grayscale: #989898. Windows color (decimal): -230868 or 2915068. OLE color: 2915068.
HSL color Cylindrical-coordinate representation of color #FC7A2C: hue angle of 22.5º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC7A2C is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 44 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.01 |
| HSL | 22.5º | 0.97% | 0.58% | - |
| HSV(B) | 22.5º | 0.83% | 0.99% | - |
| XYZ | 47.56 | 34.8 | 6.59 | - |
| YUV | 151.98 | 67.07 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 44 | 0 | 0.52 | 0.83 | 0.01 | 22.5 | 0.97 | 0.58 |
| Hex | FC | 7A | 2C | 0 | 34 | 53 | 1 | 16 | 61 | 3A |
| Octal | 374 | 172 | 54 | 0 | 64 | 123 | 1 | 26 | 141 | 72 |
| Binary | 11111100 | 1111010 | 101100 | 0 | 110100 | 1010011 | 1 | 10110 | 1100001 | 111010 |
Color Harmonies of #FC7A2C
Complementary color
Monochromatic Colors of #FC7A2C
Black with #FC7A2C
Text Example
Text Example
White with #FC7A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A2C; }
p { color: rgb(252,122,44); }
H1.HeaderClassName
{
color: #FC7A2C;
}
.AnyTagClassName
{
color: #FC7A2C;
}
</style>
background-color css
<style>
a { background-color: #FC7A2C; }
a { background-color: rgb(252,122,44); }
div.DivClassName
{
background-color: #FC7A2C;
}
.BgClassName
{
background-color: #FC7A2C;
}
</style>
border-color css
<style>
span { border-color: #FC7A2C; }
span { border-color: rgb(252,122,44); }
td.TdClassName
{
border-color: #FC7A2C;
}
.TagClassName
{
border-color: #FC7A2C;
}
</style>