Shades of Burnt Orange #FC7130
Tints of Burnt Orange #FC7130
RGB
CMYK
RGB Variations
Color information
#FC7130 (or 0xFC7130) is known color: Burnt Orange. HEX triplet: FC, 71 and 30. RGB value is (252,113,48). Sum of RGB (Red+Green+Blue) = 252+113+48=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7130 is #038ECF. Grayscale: #939393. Windows color (decimal): -233168 or 3174908. OLE color: 3174908.
HSL color Cylindrical-coordinate representation of color #FC7130: hue angle of 19.12º 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 #FC7130 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 48 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.01 |
| HSL | 19.12º | 0.97% | 0.59% | - |
| HSV(B) | 19.12º | 0.81% | 0.99% | - |
| XYZ | 46.58 | 32.72 | 6.66 | - |
| YUV | 147.15 | 72.05 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 48 | 0 | 0.55 | 0.81 | 0.01 | 19.12 | 0.97 | 0.59 |
| Hex | FC | 71 | 30 | 0 | 37 | 51 | 1 | 13 | 61 | 3B |
| Octal | 374 | 161 | 60 | 0 | 67 | 121 | 1 | 23 | 141 | 73 |
| Binary | 11111100 | 1110001 | 110000 | 0 | 110111 | 1010001 | 1 | 10011 | 1100001 | 111011 |
Color Harmonies of #FC7130
Complementary color
Monochromatic Colors of #FC7130
Black with #FC7130
Text Example
Text Example
White with #FC7130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7130; }
p { color: rgb(252,113,48); }
H1.HeaderClassName
{
color: #FC7130;
}
.AnyTagClassName
{
color: #FC7130;
}
</style>
background-color css
<style>
a { background-color: #FC7130; }
a { background-color: rgb(252,113,48); }
div.DivClassName
{
background-color: #FC7130;
}
.BgClassName
{
background-color: #FC7130;
}
</style>
border-color css
<style>
span { border-color: #FC7130; }
span { border-color: rgb(252,113,48); }
td.TdClassName
{
border-color: #FC7130;
}
.TagClassName
{
border-color: #FC7130;
}
</style>