Shades of Burnt Orange #FC8139
Tints of Burnt Orange #FC8139
RGB
CMYK
RGB Variations
Color information
#FC8139 (or 0xFC8139) is known color: Burnt Orange. HEX triplet: FC, 81 and 39. RGB value is (252,129,57). Sum of RGB (Red+Green+Blue) = 252+129+57=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8139 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8139 is #037EC6. Grayscale: #9D9D9D. Windows color (decimal): -229063 or 3768828. OLE color: 3768828.
HSL color Cylindrical-coordinate representation of color #FC8139: hue angle of 22.15º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC8139 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 57 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.01 |
| HSL | 22.15º | 0.97% | 0.61% | - |
| HSV(B) | 22.15º | 0.77% | 0.99% | - |
| XYZ | 48.73 | 36.69 | 8.38 | - |
| YUV | 157.57 | 71.25 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 57 | 0 | 0.49 | 0.77 | 0.01 | 22.15 | 0.97 | 0.61 |
| Hex | FC | 81 | 39 | 0 | 31 | 4D | 1 | 16 | 61 | 3D |
| Octal | 374 | 201 | 71 | 0 | 61 | 115 | 1 | 26 | 141 | 75 |
| Binary | 11111100 | 10000001 | 111001 | 0 | 110001 | 1001101 | 1 | 10110 | 1100001 | 111101 |
Color Harmonies of #FC8139
Complementary color
Monochromatic Colors of #FC8139
Black with #FC8139
Text Example
Text Example
White with #FC8139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8139; }
p { color: rgb(252,129,57); }
H1.HeaderClassName
{
color: #FC8139;
}
.AnyTagClassName
{
color: #FC8139;
}
</style>
background-color css
<style>
a { background-color: #FC8139; }
a { background-color: rgb(252,129,57); }
div.DivClassName
{
background-color: #FC8139;
}
.BgClassName
{
background-color: #FC8139;
}
</style>
border-color css
<style>
span { border-color: #FC8139; }
span { border-color: rgb(252,129,57); }
td.TdClassName
{
border-color: #FC8139;
}
.TagClassName
{
border-color: #FC8139;
}
</style>