Shades of Burnt Orange #FC6E26
Tints of Burnt Orange #FC6E26
RGB
CMYK
RGB Variations
Color information
#FC6E26 (or 0xFC6E26) is known color: Burnt Orange. HEX triplet: FC, 6E and 26. RGB value is (252,110,38). Sum of RGB (Red+Green+Blue) = 252+110+38=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6E26 is #0391D9. Grayscale: #909090. Windows color (decimal): -233946 or 2518780. OLE color: 2518780.
HSL color Cylindrical-coordinate representation of color #FC6E26: hue angle of 20.19º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC6E26 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 38 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.01 |
| HSL | 20.19º | 0.97% | 0.57% | - |
| HSV(B) | 20.19º | 0.85% | 0.99% | - |
| XYZ | 46.07 | 31.99 | 5.58 | - |
| YUV | 144.25 | 68.04 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 38 | 0 | 0.56 | 0.85 | 0.01 | 20.19 | 0.97 | 0.57 |
| Hex | FC | 6E | 26 | 0 | 38 | 55 | 1 | 14 | 61 | 39 |
| Octal | 374 | 156 | 46 | 0 | 70 | 125 | 1 | 24 | 141 | 71 |
| Binary | 11111100 | 1101110 | 100110 | 0 | 111000 | 1010101 | 1 | 10100 | 1100001 | 111001 |
Color Harmonies of #FC6E26
Complementary color
Monochromatic Colors of #FC6E26
Black with #FC6E26
Text Example
Text Example
White with #FC6E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E26; }
p { color: rgb(252,110,38); }
H1.HeaderClassName
{
color: #FC6E26;
}
.AnyTagClassName
{
color: #FC6E26;
}
</style>
background-color css
<style>
a { background-color: #FC6E26; }
a { background-color: rgb(252,110,38); }
div.DivClassName
{
background-color: #FC6E26;
}
.BgClassName
{
background-color: #FC6E26;
}
</style>
border-color css
<style>
span { border-color: #FC6E26; }
span { border-color: rgb(252,110,38); }
td.TdClassName
{
border-color: #FC6E26;
}
.TagClassName
{
border-color: #FC6E26;
}
</style>