Shades of Burnt Orange #FC712F
Tints of Burnt Orange #FC712F
RGB
CMYK
RGB Variations
Color information
#FC712F (or 0xFC712F) is known color: Burnt Orange. HEX triplet: FC, 71 and 2F. RGB value is (252,113,47). Sum of RGB (Red+Green+Blue) = 252+113+47=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC712F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC712F is #038ED0. Grayscale: #939393. Windows color (decimal): -233169 or 3109372. OLE color: 3109372.
HSL color Cylindrical-coordinate representation of color #FC712F: hue angle of 19.32º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC712F is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 47 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.01 |
| HSL | 19.32º | 0.97% | 0.59% | - |
| HSV(B) | 19.32º | 0.81% | 0.99% | - |
| XYZ | 46.56 | 32.71 | 6.55 | - |
| YUV | 147.04 | 71.55 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 47 | 0 | 0.55 | 0.81 | 0.01 | 19.32 | 0.97 | 0.59 |
| Hex | FC | 71 | 2F | 0 | 37 | 51 | 1 | 13 | 61 | 3B |
| Octal | 374 | 161 | 57 | 0 | 67 | 121 | 1 | 23 | 141 | 73 |
| Binary | 11111100 | 1110001 | 101111 | 0 | 110111 | 1010001 | 1 | 10011 | 1100001 | 111011 |
Color Harmonies of #FC712F
Complementary color
Monochromatic Colors of #FC712F
Black with #FC712F
Text Example
Text Example
White with #FC712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC712F; }
p { color: rgb(252,113,47); }
H1.HeaderClassName
{
color: #FC712F;
}
.AnyTagClassName
{
color: #FC712F;
}
</style>
background-color css
<style>
a { background-color: #FC712F; }
a { background-color: rgb(252,113,47); }
div.DivClassName
{
background-color: #FC712F;
}
.BgClassName
{
background-color: #FC712F;
}
</style>
border-color css
<style>
span { border-color: #FC712F; }
span { border-color: rgb(252,113,47); }
td.TdClassName
{
border-color: #FC712F;
}
.TagClassName
{
border-color: #FC712F;
}
</style>