Shades of Burnt Orange #FC802C
Tints of Burnt Orange #FC802C
RGB
CMYK
RGB Variations
Color information
#FC802C (or 0xFC802C) is known color: Burnt Orange. HEX triplet: FC, 80 and 2C. RGB value is (252,128,44). Sum of RGB (Red+Green+Blue) = 252+128+44=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC802C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC802C is #037FD3. Grayscale: #9B9B9B. Windows color (decimal): -229332 or 2916604. OLE color: 2916604.
HSL color Cylindrical-coordinate representation of color #FC802C: hue angle of 24.23º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC802C is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 44 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.01 |
| HSL | 24.23º | 0.97% | 0.58% | - |
| HSV(B) | 24.23º | 0.83% | 0.99% | - |
| XYZ | 48.32 | 36.32 | 6.85 | - |
| YUV | 155.5 | 65.08 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 44 | 0 | 0.49 | 0.83 | 0.01 | 24.23 | 0.97 | 0.58 |
| Hex | FC | 80 | 2C | 0 | 31 | 53 | 1 | 18 | 61 | 3A |
| Octal | 374 | 200 | 54 | 0 | 61 | 123 | 1 | 30 | 141 | 72 |
| Binary | 11111100 | 10000000 | 101100 | 0 | 110001 | 1010011 | 1 | 11000 | 1100001 | 111010 |
Color Harmonies of #FC802C
Complementary color
Monochromatic Colors of #FC802C
Black with #FC802C
Text Example
Text Example
White with #FC802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC802C; }
p { color: rgb(252,128,44); }
H1.HeaderClassName
{
color: #FC802C;
}
.AnyTagClassName
{
color: #FC802C;
}
</style>
background-color css
<style>
a { background-color: #FC802C; }
a { background-color: rgb(252,128,44); }
div.DivClassName
{
background-color: #FC802C;
}
.BgClassName
{
background-color: #FC802C;
}
</style>
border-color css
<style>
span { border-color: #FC802C; }
span { border-color: rgb(252,128,44); }
td.TdClassName
{
border-color: #FC802C;
}
.TagClassName
{
border-color: #FC802C;
}
</style>