Shades of Burnt Orange #FC6D26
Tints of Burnt Orange #FC6D26
RGB
CMYK
RGB Variations
Color information
#FC6D26 (or 0xFC6D26) is known color: Burnt Orange. HEX triplet: FC, 6D and 26. RGB value is (252,109,38). Sum of RGB (Red+Green+Blue) = 252+109+38=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6D26 is #0392D9. Grayscale: #909090. Windows color (decimal): -234202 or 2518524. OLE color: 2518524.
HSL color Cylindrical-coordinate representation of color #FC6D26: hue angle of 19.91º 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 #FC6D26 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 38 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.01 |
| HSL | 19.91º | 0.97% | 0.57% | - |
| HSV(B) | 19.91º | 0.85% | 0.99% | - |
| XYZ | 45.96 | 31.77 | 5.54 | - |
| YUV | 143.66 | 68.38 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 38 | 0 | 0.57 | 0.85 | 0.01 | 19.91 | 0.97 | 0.57 |
| Hex | FC | 6D | 26 | 0 | 39 | 55 | 1 | 14 | 61 | 39 |
| Octal | 374 | 155 | 46 | 0 | 71 | 125 | 1 | 24 | 141 | 71 |
| Binary | 11111100 | 1101101 | 100110 | 0 | 111001 | 1010101 | 1 | 10100 | 1100001 | 111001 |
Color Harmonies of #FC6D26
Complementary color
Monochromatic Colors of #FC6D26
Black with #FC6D26
Text Example
Text Example
White with #FC6D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D26; }
p { color: rgb(252,109,38); }
H1.HeaderClassName
{
color: #FC6D26;
}
.AnyTagClassName
{
color: #FC6D26;
}
</style>
background-color css
<style>
a { background-color: #FC6D26; }
a { background-color: rgb(252,109,38); }
div.DivClassName
{
background-color: #FC6D26;
}
.BgClassName
{
background-color: #FC6D26;
}
</style>
border-color css
<style>
span { border-color: #FC6D26; }
span { border-color: rgb(252,109,38); }
td.TdClassName
{
border-color: #FC6D26;
}
.TagClassName
{
border-color: #FC6D26;
}
</style>