Shades of Burnt Orange #FC702A
Tints of Burnt Orange #FC702A
RGB
CMYK
RGB Variations
Color information
#FC702A (or 0xFC702A) is known color: Burnt Orange. HEX triplet: FC, 70 and 2A. RGB value is (252,112,42). Sum of RGB (Red+Green+Blue) = 252+112+42=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC702A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC702A is #038FD5. Grayscale: #929292. Windows color (decimal): -233430 or 2781436. OLE color: 2781436.
HSL color Cylindrical-coordinate representation of color #FC702A: hue angle of 20º 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 #FC702A is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 42 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.01 |
| HSL | 20º | 0.97% | 0.58% | - |
| HSV(B) | 20º | 0.83% | 0.99% | - |
| XYZ | 46.36 | 32.45 | 6.01 | - |
| YUV | 145.88 | 69.38 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 42 | 0 | 0.56 | 0.83 | 0.01 | 20 | 0.97 | 0.58 |
| Hex | FC | 70 | 2A | 0 | 38 | 53 | 1 | 14 | 61 | 3A |
| Octal | 374 | 160 | 52 | 0 | 70 | 123 | 1 | 24 | 141 | 72 |
| Binary | 11111100 | 1110000 | 101010 | 0 | 111000 | 1010011 | 1 | 10100 | 1100001 | 111010 |
Color Harmonies of #FC702A
Complementary color
Monochromatic Colors of #FC702A
Black with #FC702A
Text Example
Text Example
White with #FC702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC702A; }
p { color: rgb(252,112,42); }
H1.HeaderClassName
{
color: #FC702A;
}
.AnyTagClassName
{
color: #FC702A;
}
</style>
background-color css
<style>
a { background-color: #FC702A; }
a { background-color: rgb(252,112,42); }
div.DivClassName
{
background-color: #FC702A;
}
.BgClassName
{
background-color: #FC702A;
}
</style>
border-color css
<style>
span { border-color: #FC702A; }
span { border-color: rgb(252,112,42); }
td.TdClassName
{
border-color: #FC702A;
}
.TagClassName
{
border-color: #FC702A;
}
</style>