Shades of Burnt Orange #FC6B2E
Tints of Burnt Orange #FC6B2E
RGB
CMYK
RGB Variations
Color information
#FC6B2E (or 0xFC6B2E) is known color: Burnt Orange. HEX triplet: FC, 6B and 2E. RGB value is (252,107,46). Sum of RGB (Red+Green+Blue) = 252+107+46=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6B2E is #0394D1. Grayscale: #8F8F8F. Windows color (decimal): -234706 or 3042300. OLE color: 3042300.
HSL color Cylindrical-coordinate representation of color #FC6B2E: hue angle of 17.77º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC6B2E is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 46 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.01 |
| HSL | 17.77º | 0.97% | 0.58% | - |
| HSV(B) | 17.77º | 0.82% | 0.99% | - |
| XYZ | 45.9 | 31.41 | 6.23 | - |
| YUV | 143.4 | 73.04 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 46 | 0 | 0.58 | 0.82 | 0.01 | 17.77 | 0.97 | 0.58 |
| Hex | FC | 6B | 2E | 0 | 3A | 52 | 1 | 12 | 61 | 3A |
| Octal | 374 | 153 | 56 | 0 | 72 | 122 | 1 | 22 | 141 | 72 |
| Binary | 11111100 | 1101011 | 101110 | 0 | 111010 | 1010010 | 1 | 10010 | 1100001 | 111010 |
Color Harmonies of #FC6B2E
Complementary color
Monochromatic Colors of #FC6B2E
Black with #FC6B2E
Text Example
Text Example
White with #FC6B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6B2E; }
p { color: rgb(252,107,46); }
H1.HeaderClassName
{
color: #FC6B2E;
}
.AnyTagClassName
{
color: #FC6B2E;
}
</style>
background-color css
<style>
a { background-color: #FC6B2E; }
a { background-color: rgb(252,107,46); }
div.DivClassName
{
background-color: #FC6B2E;
}
.BgClassName
{
background-color: #FC6B2E;
}
</style>
border-color css
<style>
span { border-color: #FC6B2E; }
span { border-color: rgb(252,107,46); }
td.TdClassName
{
border-color: #FC6B2E;
}
.TagClassName
{
border-color: #FC6B2E;
}
</style>