Shades of Burnt Orange #FC6936
Tints of Burnt Orange #FC6936
RGB
CMYK
RGB Variations
Color information
#FC6936 (or 0xFC6936) is known color: Burnt Orange. HEX triplet: FC, 69 and 36. RGB value is (252,105,54). Sum of RGB (Red+Green+Blue) = 252+105+54=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6936 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6936 is #0396C9. Grayscale: #8F8F8F. Windows color (decimal): -235210 or 3566076. OLE color: 3566076.
HSL color Cylindrical-coordinate representation of color #FC6936: hue angle of 15.45º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC6936 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 54 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.01 |
| HSL | 15.45º | 0.97% | 0.6% | - |
| HSV(B) | 15.45º | 0.79% | 0.99% | - |
| XYZ | 45.86 | 31.06 | 7.07 | - |
| YUV | 143.14 | 77.7 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 54 | 0 | 0.58 | 0.79 | 0.01 | 15.45 | 0.97 | 0.6 |
| Hex | FC | 69 | 36 | 0 | 3A | 4F | 1 | F | 61 | 3C |
| Octal | 374 | 151 | 66 | 0 | 72 | 117 | 1 | 17 | 141 | 74 |
| Binary | 11111100 | 1101001 | 110110 | 0 | 111010 | 1001111 | 1 | 1111 | 1100001 | 111100 |
Color Harmonies of #FC6936
Complementary color
Monochromatic Colors of #FC6936
Black with #FC6936
Text Example
Text Example
White with #FC6936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6936; }
p { color: rgb(252,105,54); }
H1.HeaderClassName
{
color: #FC6936;
}
.AnyTagClassName
{
color: #FC6936;
}
</style>
background-color css
<style>
a { background-color: #FC6936; }
a { background-color: rgb(252,105,54); }
div.DivClassName
{
background-color: #FC6936;
}
.BgClassName
{
background-color: #FC6936;
}
</style>
border-color css
<style>
span { border-color: #FC6936; }
span { border-color: rgb(252,105,54); }
td.TdClassName
{
border-color: #FC6936;
}
.TagClassName
{
border-color: #FC6936;
}
</style>