Shades of Burnt Orange #FC7829
Tints of Burnt Orange #FC7829
RGB
CMYK
RGB Variations
Color information
#FC7829 (or 0xFC7829) is known color: Burnt Orange. HEX triplet: FC, 78 and 29. RGB value is (252,120,41). Sum of RGB (Red+Green+Blue) = 252+120+41=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7829 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7829 is #0387D6. Grayscale: #969696. Windows color (decimal): -231383 or 2717948. OLE color: 2717948.
HSL color Cylindrical-coordinate representation of color #FC7829: hue angle of 22.46º 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 #FC7829 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 41 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.01 |
| HSL | 22.46º | 0.97% | 0.57% | - |
| HSV(B) | 22.46º | 0.84% | 0.99% | - |
| XYZ | 47.26 | 34.29 | 6.23 | - |
| YUV | 150.46 | 66.23 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 41 | 0 | 0.52 | 0.84 | 0.01 | 22.46 | 0.97 | 0.57 |
| Hex | FC | 78 | 29 | 0 | 34 | 54 | 1 | 16 | 61 | 39 |
| Octal | 374 | 170 | 51 | 0 | 64 | 124 | 1 | 26 | 141 | 71 |
| Binary | 11111100 | 1111000 | 101001 | 0 | 110100 | 1010100 | 1 | 10110 | 1100001 | 111001 |
Color Harmonies of #FC7829
Complementary color
Monochromatic Colors of #FC7829
Black with #FC7829
Text Example
Text Example
White with #FC7829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7829; }
p { color: rgb(252,120,41); }
H1.HeaderClassName
{
color: #FC7829;
}
.AnyTagClassName
{
color: #FC7829;
}
</style>
background-color css
<style>
a { background-color: #FC7829; }
a { background-color: rgb(252,120,41); }
div.DivClassName
{
background-color: #FC7829;
}
.BgClassName
{
background-color: #FC7829;
}
</style>
border-color css
<style>
span { border-color: #FC7829; }
span { border-color: rgb(252,120,41); }
td.TdClassName
{
border-color: #FC7829;
}
.TagClassName
{
border-color: #FC7829;
}
</style>