Shades of Burnt Orange #FC803C
Tints of Burnt Orange #FC803C
RGB
CMYK
RGB Variations
Color information
#FC803C (or 0xFC803C) is known color: Burnt Orange. HEX triplet: FC, 80 and 3C. RGB value is (252,128,60). Sum of RGB (Red+Green+Blue) = 252+128+60=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC803C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC803C is #037FC3. Grayscale: #9D9D9D. Windows color (decimal): -229316 or 3965180. OLE color: 3965180.
HSL color Cylindrical-coordinate representation of color #FC803C: hue angle of 21.25º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC803C is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 60 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.01 |
| HSL | 21.25º | 0.97% | 0.61% | - |
| HSV(B) | 21.25º | 0.76% | 0.99% | - |
| XYZ | 48.68 | 36.46 | 8.75 | - |
| YUV | 157.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 60 | 0 | 0.49 | 0.76 | 0.01 | 21.25 | 0.97 | 0.61 |
| Hex | FC | 80 | 3C | 0 | 31 | 4C | 1 | 15 | 61 | 3D |
| Octal | 374 | 200 | 74 | 0 | 61 | 114 | 1 | 25 | 141 | 75 |
| Binary | 11111100 | 10000000 | 111100 | 0 | 110001 | 1001100 | 1 | 10101 | 1100001 | 111101 |
Color Harmonies of #FC803C
Complementary color
Monochromatic Colors of #FC803C
Black with #FC803C
Text Example
Text Example
White with #FC803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC803C; }
p { color: rgb(252,128,60); }
H1.HeaderClassName
{
color: #FC803C;
}
.AnyTagClassName
{
color: #FC803C;
}
</style>
background-color css
<style>
a { background-color: #FC803C; }
a { background-color: rgb(252,128,60); }
div.DivClassName
{
background-color: #FC803C;
}
.BgClassName
{
background-color: #FC803C;
}
</style>
border-color css
<style>
span { border-color: #FC803C; }
span { border-color: rgb(252,128,60); }
td.TdClassName
{
border-color: #FC803C;
}
.TagClassName
{
border-color: #FC803C;
}
</style>