Shades of Burnt Orange #FC7127
Tints of Burnt Orange #FC7127
RGB
CMYK
RGB Variations
Color information
#FC7127 (or 0xFC7127) is known color: Burnt Orange. HEX triplet: FC, 71 and 27. RGB value is (252,113,39). Sum of RGB (Red+Green+Blue) = 252+113+39=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7127 is #038ED8. Grayscale: #929292. Windows color (decimal): -233177 or 2585084. OLE color: 2585084.
HSL color Cylindrical-coordinate representation of color #FC7127: hue angle of 20.85º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC7127 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 39 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.01 |
| HSL | 20.85º | 0.97% | 0.57% | - |
| HSV(B) | 20.85º | 0.85% | 0.99% | - |
| XYZ | 46.42 | 32.65 | 5.78 | - |
| YUV | 146.13 | 67.55 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 39 | 0 | 0.55 | 0.85 | 0.01 | 20.85 | 0.97 | 0.57 |
| Hex | FC | 71 | 27 | 0 | 37 | 55 | 1 | 15 | 61 | 39 |
| Octal | 374 | 161 | 47 | 0 | 67 | 125 | 1 | 25 | 141 | 71 |
| Binary | 11111100 | 1110001 | 100111 | 0 | 110111 | 1010101 | 1 | 10101 | 1100001 | 111001 |
Color Harmonies of #FC7127
Complementary color
Monochromatic Colors of #FC7127
Black with #FC7127
Text Example
Text Example
White with #FC7127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7127; }
p { color: rgb(252,113,39); }
H1.HeaderClassName
{
color: #FC7127;
}
.AnyTagClassName
{
color: #FC7127;
}
</style>
background-color css
<style>
a { background-color: #FC7127; }
a { background-color: rgb(252,113,39); }
div.DivClassName
{
background-color: #FC7127;
}
.BgClassName
{
background-color: #FC7127;
}
</style>
border-color css
<style>
span { border-color: #FC7127; }
span { border-color: rgb(252,113,39); }
td.TdClassName
{
border-color: #FC7127;
}
.TagClassName
{
border-color: #FC7127;
}
</style>