Shades of Burnt Orange #FC812C
Tints of Burnt Orange #FC812C
RGB
CMYK
RGB Variations
Color information
#FC812C (or 0xFC812C) is known color: Burnt Orange. HEX triplet: FC, 81 and 2C. RGB value is (252,129,44). Sum of RGB (Red+Green+Blue) = 252+129+44=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC812C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC812C is #037ED3. Grayscale: #9C9C9C. Windows color (decimal): -229076 or 2916860. OLE color: 2916860.
HSL color Cylindrical-coordinate representation of color #FC812C: hue angle of 24.52º 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 #FC812C is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 44 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.01 |
| HSL | 24.52º | 0.97% | 0.58% | - |
| HSV(B) | 24.52º | 0.83% | 0.99% | - |
| XYZ | 48.45 | 36.58 | 6.89 | - |
| YUV | 156.09 | 64.75 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 44 | 0 | 0.49 | 0.83 | 0.01 | 24.52 | 0.97 | 0.58 |
| Hex | FC | 81 | 2C | 0 | 31 | 53 | 1 | 19 | 61 | 3A |
| Octal | 374 | 201 | 54 | 0 | 61 | 123 | 1 | 31 | 141 | 72 |
| Binary | 11111100 | 10000001 | 101100 | 0 | 110001 | 1010011 | 1 | 11001 | 1100001 | 111010 |
Color Harmonies of #FC812C
Complementary color
Monochromatic Colors of #FC812C
Black with #FC812C
Text Example
Text Example
White with #FC812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC812C; }
p { color: rgb(252,129,44); }
H1.HeaderClassName
{
color: #FC812C;
}
.AnyTagClassName
{
color: #FC812C;
}
</style>
background-color css
<style>
a { background-color: #FC812C; }
a { background-color: rgb(252,129,44); }
div.DivClassName
{
background-color: #FC812C;
}
.BgClassName
{
background-color: #FC812C;
}
</style>
border-color css
<style>
span { border-color: #FC812C; }
span { border-color: rgb(252,129,44); }
td.TdClassName
{
border-color: #FC812C;
}
.TagClassName
{
border-color: #FC812C;
}
</style>