Shades of Burnt Orange #FC773F
Tints of Burnt Orange #FC773F
RGB
CMYK
RGB Variations
Color information
#FC773F (or 0xFC773F) is known color: Burnt Orange. HEX triplet: FC, 77 and 3F. RGB value is (252,119,63). Sum of RGB (Red+Green+Blue) = 252+119+63=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC773F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC773F is #0388C0. Grayscale: #989898. Windows color (decimal): -231617 or 4159484. OLE color: 4159484.
HSL color Cylindrical-coordinate representation of color #FC773F: hue angle of 17.78º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC773F is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 63 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.01 |
| HSL | 17.78º | 0.97% | 0.62% | - |
| HSV(B) | 17.78º | 0.75% | 0.99% | - |
| XYZ | 47.64 | 34.25 | 8.8 | - |
| YUV | 152.38 | 77.56 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 63 | 0 | 0.53 | 0.75 | 0.01 | 17.78 | 0.97 | 0.62 |
| Hex | FC | 77 | 3F | 0 | 35 | 4B | 1 | 12 | 61 | 3E |
| Octal | 374 | 167 | 77 | 0 | 65 | 113 | 1 | 22 | 141 | 76 |
| Binary | 11111100 | 1110111 | 111111 | 0 | 110101 | 1001011 | 1 | 10010 | 1100001 | 111110 |
Color Harmonies of #FC773F
Complementary color
Monochromatic Colors of #FC773F
Black with #FC773F
Text Example
Text Example
White with #FC773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC773F; }
p { color: rgb(252,119,63); }
H1.HeaderClassName
{
color: #FC773F;
}
.AnyTagClassName
{
color: #FC773F;
}
</style>
background-color css
<style>
a { background-color: #FC773F; }
a { background-color: rgb(252,119,63); }
div.DivClassName
{
background-color: #FC773F;
}
.BgClassName
{
background-color: #FC773F;
}
</style>
border-color css
<style>
span { border-color: #FC773F; }
span { border-color: rgb(252,119,63); }
td.TdClassName
{
border-color: #FC773F;
}
.TagClassName
{
border-color: #FC773F;
}
</style>