Shades of Burnt Orange #FC803D
Tints of Burnt Orange #FC803D
RGB
CMYK
RGB Variations
Color information
#FC803D (or 0xFC803D) is known color: Burnt Orange. HEX triplet: FC, 80 and 3D. RGB value is (252,128,61). Sum of RGB (Red+Green+Blue) = 252+128+61=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC803D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC803D is #037FC2. Grayscale: #9D9D9D. Windows color (decimal): -229315 or 4030716. OLE color: 4030716.
HSL color Cylindrical-coordinate representation of color #FC803D: hue angle of 21.05º 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 #FC803D is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 61 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.01 |
| HSL | 21.05º | 0.97% | 0.61% | - |
| HSV(B) | 21.05º | 0.76% | 0.99% | - |
| XYZ | 48.71 | 36.47 | 8.89 | - |
| YUV | 157.44 | 73.58 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 61 | 0 | 0.49 | 0.76 | 0.01 | 21.05 | 0.97 | 0.61 |
| Hex | FC | 80 | 3D | 0 | 31 | 4C | 1 | 15 | 61 | 3D |
| Octal | 374 | 200 | 75 | 0 | 61 | 114 | 1 | 25 | 141 | 75 |
| Binary | 11111100 | 10000000 | 111101 | 0 | 110001 | 1001100 | 1 | 10101 | 1100001 | 111101 |
Color Harmonies of #FC803D
Complementary color
Monochromatic Colors of #FC803D
Black with #FC803D
Text Example
Text Example
White with #FC803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC803D; }
p { color: rgb(252,128,61); }
H1.HeaderClassName
{
color: #FC803D;
}
.AnyTagClassName
{
color: #FC803D;
}
</style>
background-color css
<style>
a { background-color: #FC803D; }
a { background-color: rgb(252,128,61); }
div.DivClassName
{
background-color: #FC803D;
}
.BgClassName
{
background-color: #FC803D;
}
</style>
border-color css
<style>
span { border-color: #FC803D; }
span { border-color: rgb(252,128,61); }
td.TdClassName
{
border-color: #FC803D;
}
.TagClassName
{
border-color: #FC803D;
}
</style>