Shades of Burnt Orange #FC7229
Tints of Burnt Orange #FC7229
RGB
CMYK
RGB Variations
Color information
#FC7229 (or 0xFC7229) is known color: Burnt Orange. HEX triplet: FC, 72 and 29. RGB value is (252,114,41). Sum of RGB (Red+Green+Blue) = 252+114+41=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7229 is #038DD6. Grayscale: #939393. Windows color (decimal): -232919 or 2716412. OLE color: 2716412.
HSL color Cylindrical-coordinate representation of color #FC7229: hue angle of 20.76º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC7229 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 41 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.01 |
| HSL | 20.76º | 0.97% | 0.57% | - |
| HSV(B) | 20.76º | 0.84% | 0.99% | - |
| XYZ | 46.56 | 32.89 | 5.99 | - |
| YUV | 146.94 | 68.22 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 41 | 0 | 0.55 | 0.84 | 0.01 | 20.76 | 0.97 | 0.57 |
| Hex | FC | 72 | 29 | 0 | 37 | 54 | 1 | 15 | 61 | 39 |
| Octal | 374 | 162 | 51 | 0 | 67 | 124 | 1 | 25 | 141 | 71 |
| Binary | 11111100 | 1110010 | 101001 | 0 | 110111 | 1010100 | 1 | 10101 | 1100001 | 111001 |
Color Harmonies of #FC7229
Complementary color
Monochromatic Colors of #FC7229
Black with #FC7229
Text Example
Text Example
White with #FC7229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7229; }
p { color: rgb(252,114,41); }
H1.HeaderClassName
{
color: #FC7229;
}
.AnyTagClassName
{
color: #FC7229;
}
</style>
background-color css
<style>
a { background-color: #FC7229; }
a { background-color: rgb(252,114,41); }
div.DivClassName
{
background-color: #FC7229;
}
.BgClassName
{
background-color: #FC7229;
}
</style>
border-color css
<style>
span { border-color: #FC7229; }
span { border-color: rgb(252,114,41); }
td.TdClassName
{
border-color: #FC7229;
}
.TagClassName
{
border-color: #FC7229;
}
</style>