Shades of Burnt Orange #FC6726
Tints of Burnt Orange #FC6726
RGB
CMYK
RGB Variations
Color information
#FC6726 (or 0xFC6726) is known color: Burnt Orange. HEX triplet: FC, 67 and 26. RGB value is (252,103,38). Sum of RGB (Red+Green+Blue) = 252+103+38=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6726 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6726 is #0398D9. Grayscale: #8C8C8C. Windows color (decimal): -235738 or 2516988. OLE color: 2516988.
HSL color Cylindrical-coordinate representation of color #FC6726: hue angle of 18.22º 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 #FC6726 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 38 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.01 |
| HSL | 18.22º | 0.97% | 0.57% | - |
| HSV(B) | 18.22º | 0.85% | 0.99% | - |
| XYZ | 45.34 | 30.54 | 5.34 | - |
| YUV | 140.14 | 70.36 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 38 | 0 | 0.59 | 0.85 | 0.01 | 18.22 | 0.97 | 0.57 |
| Hex | FC | 67 | 26 | 0 | 3B | 55 | 1 | 12 | 61 | 39 |
| Octal | 374 | 147 | 46 | 0 | 73 | 125 | 1 | 22 | 141 | 71 |
| Binary | 11111100 | 1100111 | 100110 | 0 | 111011 | 1010101 | 1 | 10010 | 1100001 | 111001 |
Color Harmonies of #FC6726
Complementary color
Monochromatic Colors of #FC6726
Black with #FC6726
Text Example
Text Example
White with #FC6726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6726; }
p { color: rgb(252,103,38); }
H1.HeaderClassName
{
color: #FC6726;
}
.AnyTagClassName
{
color: #FC6726;
}
</style>
background-color css
<style>
a { background-color: #FC6726; }
a { background-color: rgb(252,103,38); }
div.DivClassName
{
background-color: #FC6726;
}
.BgClassName
{
background-color: #FC6726;
}
</style>
border-color css
<style>
span { border-color: #FC6726; }
span { border-color: rgb(252,103,38); }
td.TdClassName
{
border-color: #FC6726;
}
.TagClassName
{
border-color: #FC6726;
}
</style>