Shades of Burnt Orange #FC6937
Tints of Burnt Orange #FC6937
RGB
CMYK
RGB Variations
Color information
#FC6937 (or 0xFC6937) is known color: Burnt Orange. HEX triplet: FC, 69 and 37. RGB value is (252,105,55). Sum of RGB (Red+Green+Blue) = 252+105+55=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 55 (21.88% from 255 or 13.35% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6937 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6937 is #0396C8. Grayscale: #8F8F8F. Windows color (decimal): -235209 or 3631612. OLE color: 3631612.
HSL color Cylindrical-coordinate representation of color #FC6937: hue angle of 15.23º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC6937 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 55 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.01 |
| HSL | 15.23º | 0.97% | 0.6% | - |
| HSV(B) | 15.23º | 0.78% | 0.99% | - |
| XYZ | 45.89 | 31.07 | 7.19 | - |
| YUV | 143.25 | 78.2 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 55 | 0 | 0.58 | 0.78 | 0.01 | 15.23 | 0.97 | 0.6 |
| Hex | FC | 69 | 37 | 0 | 3A | 4E | 1 | F | 61 | 3C |
| Octal | 374 | 151 | 67 | 0 | 72 | 116 | 1 | 17 | 141 | 74 |
| Binary | 11111100 | 1101001 | 110111 | 0 | 111010 | 1001110 | 1 | 1111 | 1100001 | 111100 |
Color Harmonies of #FC6937
Complementary color
Monochromatic Colors of #FC6937
Black with #FC6937
Text Example
Text Example
White with #FC6937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6937; }
p { color: rgb(252,105,55); }
H1.HeaderClassName
{
color: #FC6937;
}
.AnyTagClassName
{
color: #FC6937;
}
</style>
background-color css
<style>
a { background-color: #FC6937; }
a { background-color: rgb(252,105,55); }
div.DivClassName
{
background-color: #FC6937;
}
.BgClassName
{
background-color: #FC6937;
}
</style>
border-color css
<style>
span { border-color: #FC6937; }
span { border-color: rgb(252,105,55); }
td.TdClassName
{
border-color: #FC6937;
}
.TagClassName
{
border-color: #FC6937;
}
</style>