Shades of Burnt Orange #FC703D
Tints of Burnt Orange #FC703D
RGB
CMYK
RGB Variations
Color information
#FC703D (or 0xFC703D) is known color: Burnt Orange. HEX triplet: FC, 70 and 3D. RGB value is (252,112,61). Sum of RGB (Red+Green+Blue) = 252+112+61=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC703D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC703D is #038FC2. Grayscale: #949494. Windows color (decimal): -233411 or 4026620. OLE color: 4026620.
HSL color Cylindrical-coordinate representation of color #FC703D: hue angle of 16.02º 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 #FC703D is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 61 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.01 |
| HSL | 16.02º | 0.97% | 0.61% | - |
| HSV(B) | 16.02º | 0.76% | 0.99% | - |
| XYZ | 46.78 | 32.62 | 8.25 | - |
| YUV | 148.05 | 78.88 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 61 | 0 | 0.56 | 0.76 | 0.01 | 16.02 | 0.97 | 0.61 |
| Hex | FC | 70 | 3D | 0 | 38 | 4C | 1 | 10 | 61 | 3D |
| Octal | 374 | 160 | 75 | 0 | 70 | 114 | 1 | 20 | 141 | 75 |
| Binary | 11111100 | 1110000 | 111101 | 0 | 111000 | 1001100 | 1 | 10000 | 1100001 | 111101 |
Color Harmonies of #FC703D
Complementary color
Monochromatic Colors of #FC703D
Black with #FC703D
Text Example
Text Example
White with #FC703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC703D; }
p { color: rgb(252,112,61); }
H1.HeaderClassName
{
color: #FC703D;
}
.AnyTagClassName
{
color: #FC703D;
}
</style>
background-color css
<style>
a { background-color: #FC703D; }
a { background-color: rgb(252,112,61); }
div.DivClassName
{
background-color: #FC703D;
}
.BgClassName
{
background-color: #FC703D;
}
</style>
border-color css
<style>
span { border-color: #FC703D; }
span { border-color: rgb(252,112,61); }
td.TdClassName
{
border-color: #FC703D;
}
.TagClassName
{
border-color: #FC703D;
}
</style>