Shades of Burnt Orange #FC703E
Tints of Burnt Orange #FC703E
RGB
CMYK
RGB Variations
Color information
#FC703E (or 0xFC703E) is known color: Burnt Orange. HEX triplet: FC, 70 and 3E. RGB value is (252,112,62). Sum of RGB (Red+Green+Blue) = 252+112+62=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC703E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC703E is #038FC1. Grayscale: #949494. Windows color (decimal): -233410 or 4092156. OLE color: 4092156.
HSL color Cylindrical-coordinate representation of color #FC703E: hue angle of 15.79º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC703E is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 62 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.01 |
| HSL | 15.79º | 0.97% | 0.62% | - |
| HSV(B) | 15.79º | 0.75% | 0.99% | - |
| XYZ | 46.81 | 32.63 | 8.39 | - |
| YUV | 148.16 | 79.38 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 62 | 0 | 0.56 | 0.75 | 0.01 | 15.79 | 0.97 | 0.62 |
| Hex | FC | 70 | 3E | 0 | 38 | 4B | 1 | 10 | 61 | 3E |
| Octal | 374 | 160 | 76 | 0 | 70 | 113 | 1 | 20 | 141 | 76 |
| Binary | 11111100 | 1110000 | 111110 | 0 | 111000 | 1001011 | 1 | 10000 | 1100001 | 111110 |
Color Harmonies of #FC703E
Complementary color
Monochromatic Colors of #FC703E
Black with #FC703E
Text Example
Text Example
White with #FC703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC703E; }
p { color: rgb(252,112,62); }
H1.HeaderClassName
{
color: #FC703E;
}
.AnyTagClassName
{
color: #FC703E;
}
</style>
background-color css
<style>
a { background-color: #FC703E; }
a { background-color: rgb(252,112,62); }
div.DivClassName
{
background-color: #FC703E;
}
.BgClassName
{
background-color: #FC703E;
}
</style>
border-color css
<style>
span { border-color: #FC703E; }
span { border-color: rgb(252,112,62); }
td.TdClassName
{
border-color: #FC703E;
}
.TagClassName
{
border-color: #FC703E;
}
</style>