Shades of Burnt Orange #FC703F
Tints of Burnt Orange #FC703F
RGB
CMYK
RGB Variations
Color information
#FC703F (or 0xFC703F) is known color: Burnt Orange. HEX triplet: FC, 70 and 3F. RGB value is (252,112,63). Sum of RGB (Red+Green+Blue) = 252+112+63=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC703F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC703F is #038FC0. Grayscale: #949494. Windows color (decimal): -233409 or 4157692. OLE color: 4157692.
HSL color Cylindrical-coordinate representation of color #FC703F: hue angle of 15.56º 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 #FC703F is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 63 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.01 |
| HSL | 15.56º | 0.97% | 0.62% | - |
| HSV(B) | 15.56º | 0.75% | 0.99% | - |
| XYZ | 46.84 | 32.64 | 8.53 | - |
| YUV | 148.27 | 79.88 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 63 | 0 | 0.56 | 0.75 | 0.01 | 15.56 | 0.97 | 0.62 |
| Hex | FC | 70 | 3F | 0 | 38 | 4B | 1 | 10 | 61 | 3E |
| Octal | 374 | 160 | 77 | 0 | 70 | 113 | 1 | 20 | 141 | 76 |
| Binary | 11111100 | 1110000 | 111111 | 0 | 111000 | 1001011 | 1 | 10000 | 1100001 | 111110 |
Color Harmonies of #FC703F
Complementary color
Monochromatic Colors of #FC703F
Black with #FC703F
Text Example
Text Example
White with #FC703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC703F; }
p { color: rgb(252,112,63); }
H1.HeaderClassName
{
color: #FC703F;
}
.AnyTagClassName
{
color: #FC703F;
}
</style>
background-color css
<style>
a { background-color: #FC703F; }
a { background-color: rgb(252,112,63); }
div.DivClassName
{
background-color: #FC703F;
}
.BgClassName
{
background-color: #FC703F;
}
</style>
border-color css
<style>
span { border-color: #FC703F; }
span { border-color: rgb(252,112,63); }
td.TdClassName
{
border-color: #FC703F;
}
.TagClassName
{
border-color: #FC703F;
}
</style>