Shades of Burnt Orange #FC6D33
Tints of Burnt Orange #FC6D33
RGB
CMYK
RGB Variations
Color information
#FC6D33 (or 0xFC6D33) is known color: Burnt Orange. HEX triplet: FC, 6D and 33. RGB value is (252,109,51). Sum of RGB (Red+Green+Blue) = 252+109+51=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6D33 is #0392CC. Grayscale: #919191. Windows color (decimal): -234189 or 3370492. OLE color: 3370492.
HSL color Cylindrical-coordinate representation of color #FC6D33: hue angle of 17.31º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC6D33 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 51 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.01 |
| HSL | 17.31º | 0.97% | 0.59% | - |
| HSV(B) | 17.31º | 0.8% | 0.99% | - |
| XYZ | 46.21 | 31.87 | 6.85 | - |
| YUV | 145.15 | 74.88 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 51 | 0 | 0.57 | 0.80 | 0.01 | 17.31 | 0.97 | 0.59 |
| Hex | FC | 6D | 33 | 0 | 39 | 50 | 1 | 11 | 61 | 3B |
| Octal | 374 | 155 | 63 | 0 | 71 | 120 | 1 | 21 | 141 | 73 |
| Binary | 11111100 | 1101101 | 110011 | 0 | 111001 | 1010000 | 1 | 10001 | 1100001 | 111011 |
Color Harmonies of #FC6D33
Complementary color
Monochromatic Colors of #FC6D33
Black with #FC6D33
Text Example
Text Example
White with #FC6D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D33; }
p { color: rgb(252,109,51); }
H1.HeaderClassName
{
color: #FC6D33;
}
.AnyTagClassName
{
color: #FC6D33;
}
</style>
background-color css
<style>
a { background-color: #FC6D33; }
a { background-color: rgb(252,109,51); }
div.DivClassName
{
background-color: #FC6D33;
}
.BgClassName
{
background-color: #FC6D33;
}
</style>
border-color css
<style>
span { border-color: #FC6D33; }
span { border-color: rgb(252,109,51); }
td.TdClassName
{
border-color: #FC6D33;
}
.TagClassName
{
border-color: #FC6D33;
}
</style>