Shades of Burnt Orange #FC772E
Tints of Burnt Orange #FC772E
RGB
CMYK
RGB Variations
Color information
#FC772E (or 0xFC772E) is known color: Burnt Orange. HEX triplet: FC, 77 and 2E. RGB value is (252,119,46). Sum of RGB (Red+Green+Blue) = 252+119+46=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC772E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC772E is #0388D1. Grayscale: #969696. Windows color (decimal): -231634 or 3045372. OLE color: 3045372.
HSL color Cylindrical-coordinate representation of color #FC772E: hue angle of 21.26º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC772E is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 46 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.01 |
| HSL | 21.26º | 0.97% | 0.58% | - |
| HSV(B) | 21.26º | 0.82% | 0.99% | - |
| XYZ | 47.23 | 34.09 | 6.67 | - |
| YUV | 150.45 | 69.06 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 46 | 0 | 0.53 | 0.82 | 0.01 | 21.26 | 0.97 | 0.58 |
| Hex | FC | 77 | 2E | 0 | 35 | 52 | 1 | 15 | 61 | 3A |
| Octal | 374 | 167 | 56 | 0 | 65 | 122 | 1 | 25 | 141 | 72 |
| Binary | 11111100 | 1110111 | 101110 | 0 | 110101 | 1010010 | 1 | 10101 | 1100001 | 111010 |
Color Harmonies of #FC772E
Complementary color
Monochromatic Colors of #FC772E
Black with #FC772E
Text Example
Text Example
White with #FC772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC772E; }
p { color: rgb(252,119,46); }
H1.HeaderClassName
{
color: #FC772E;
}
.AnyTagClassName
{
color: #FC772E;
}
</style>
background-color css
<style>
a { background-color: #FC772E; }
a { background-color: rgb(252,119,46); }
div.DivClassName
{
background-color: #FC772E;
}
.BgClassName
{
background-color: #FC772E;
}
</style>
border-color css
<style>
span { border-color: #FC772E; }
span { border-color: rgb(252,119,46); }
td.TdClassName
{
border-color: #FC772E;
}
.TagClassName
{
border-color: #FC772E;
}
</style>