Shades of Burnt Orange #FC6924
Tints of Burnt Orange #FC6924
RGB
CMYK
RGB Variations
Color information
#FC6924 (or 0xFC6924) is known color: Burnt Orange. HEX triplet: FC, 69 and 24. RGB value is (252,105,36). Sum of RGB (Red+Green+Blue) = 252+105+36=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 36 (14.45% from 255 or 9.16% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6924 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6924 is #0396DB. Grayscale: #8D8D8D. Windows color (decimal): -235228 or 2386428. OLE color: 2386428.
HSL color Cylindrical-coordinate representation of color #FC6924: hue angle of 19.17º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC6924 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 36 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.01 |
| HSL | 19.17º | 0.97% | 0.56% | - |
| HSV(B) | 19.17º | 0.86% | 0.99% | - |
| XYZ | 45.51 | 30.93 | 5.24 | - |
| YUV | 141.09 | 68.7 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 36 | 0 | 0.58 | 0.86 | 0.01 | 19.17 | 0.97 | 0.56 |
| Hex | FC | 69 | 24 | 0 | 3A | 56 | 1 | 13 | 61 | 38 |
| Octal | 374 | 151 | 44 | 0 | 72 | 126 | 1 | 23 | 141 | 70 |
| Binary | 11111100 | 1101001 | 100100 | 0 | 111010 | 1010110 | 1 | 10011 | 1100001 | 111000 |
Color Harmonies of #FC6924
Complementary color
Monochromatic Colors of #FC6924
Black with #FC6924
Text Example
Text Example
White with #FC6924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6924; }
p { color: rgb(252,105,36); }
H1.HeaderClassName
{
color: #FC6924;
}
.AnyTagClassName
{
color: #FC6924;
}
</style>
background-color css
<style>
a { background-color: #FC6924; }
a { background-color: rgb(252,105,36); }
div.DivClassName
{
background-color: #FC6924;
}
.BgClassName
{
background-color: #FC6924;
}
</style>
border-color css
<style>
span { border-color: #FC6924; }
span { border-color: rgb(252,105,36); }
td.TdClassName
{
border-color: #FC6924;
}
.TagClassName
{
border-color: #FC6924;
}
</style>