Shades of Burnt Orange #FC6D29
Tints of Burnt Orange #FC6D29
RGB
CMYK
RGB Variations
Color information
#FC6D29 (or 0xFC6D29) is known color: Burnt Orange. HEX triplet: FC, 6D and 29. RGB value is (252,109,41). Sum of RGB (Red+Green+Blue) = 252+109+41=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 41 (16.41% from 255 or 10.20% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6D29 is #0392D6. Grayscale: #909090. Windows color (decimal): -234199 or 2715132. OLE color: 2715132.
HSL color Cylindrical-coordinate representation of color #FC6D29: hue angle of 19.34º 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 #FC6D29 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 41 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.01 |
| HSL | 19.34º | 0.97% | 0.57% | - |
| HSV(B) | 19.34º | 0.84% | 0.99% | - |
| XYZ | 46.01 | 31.79 | 5.81 | - |
| YUV | 144.01 | 69.88 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 41 | 0 | 0.57 | 0.84 | 0.01 | 19.34 | 0.97 | 0.57 |
| Hex | FC | 6D | 29 | 0 | 39 | 54 | 1 | 13 | 61 | 39 |
| Octal | 374 | 155 | 51 | 0 | 71 | 124 | 1 | 23 | 141 | 71 |
| Binary | 11111100 | 1101101 | 101001 | 0 | 111001 | 1010100 | 1 | 10011 | 1100001 | 111001 |
Color Harmonies of #FC6D29
Complementary color
Monochromatic Colors of #FC6D29
Black with #FC6D29
Text Example
Text Example
White with #FC6D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D29; }
p { color: rgb(252,109,41); }
H1.HeaderClassName
{
color: #FC6D29;
}
.AnyTagClassName
{
color: #FC6D29;
}
</style>
background-color css
<style>
a { background-color: #FC6D29; }
a { background-color: rgb(252,109,41); }
div.DivClassName
{
background-color: #FC6D29;
}
.BgClassName
{
background-color: #FC6D29;
}
</style>
border-color css
<style>
span { border-color: #FC6D29; }
span { border-color: rgb(252,109,41); }
td.TdClassName
{
border-color: #FC6D29;
}
.TagClassName
{
border-color: #FC6D29;
}
</style>