Shades of Burnt Orange #FC8033
Tints of Burnt Orange #FC8033
RGB
CMYK
RGB Variations
Color information
#FC8033 (or 0xFC8033) is known color: Burnt Orange. HEX triplet: FC, 80 and 33. RGB value is (252,128,51). Sum of RGB (Red+Green+Blue) = 252+128+51=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8033 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8033 is #037FCC. Grayscale: #9C9C9C. Windows color (decimal): -229325 or 3375356. OLE color: 3375356.
HSL color Cylindrical-coordinate representation of color #FC8033: hue angle of 22.99º 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 #FC8033 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 51 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.01 |
| HSL | 22.99º | 0.97% | 0.59% | - |
| HSV(B) | 22.99º | 0.8% | 0.99% | - |
| XYZ | 48.46 | 36.37 | 7.6 | - |
| YUV | 156.3 | 68.58 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 51 | 0 | 0.49 | 0.80 | 0.01 | 22.99 | 0.97 | 0.59 |
| Hex | FC | 80 | 33 | 0 | 31 | 50 | 1 | 17 | 61 | 3B |
| Octal | 374 | 200 | 63 | 0 | 61 | 120 | 1 | 27 | 141 | 73 |
| Binary | 11111100 | 10000000 | 110011 | 0 | 110001 | 1010000 | 1 | 10111 | 1100001 | 111011 |
Color Harmonies of #FC8033
Complementary color
Monochromatic Colors of #FC8033
Black with #FC8033
Text Example
Text Example
White with #FC8033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8033; }
p { color: rgb(252,128,51); }
H1.HeaderClassName
{
color: #FC8033;
}
.AnyTagClassName
{
color: #FC8033;
}
</style>
background-color css
<style>
a { background-color: #FC8033; }
a { background-color: rgb(252,128,51); }
div.DivClassName
{
background-color: #FC8033;
}
.BgClassName
{
background-color: #FC8033;
}
</style>
border-color css
<style>
span { border-color: #FC8033; }
span { border-color: rgb(252,128,51); }
td.TdClassName
{
border-color: #FC8033;
}
.TagClassName
{
border-color: #FC8033;
}
</style>