Shades of Sunshade #FC994C
Tints of Sunshade #FC994C
RGB
CMYK
RGB Variations
Color information
#FC994C (or 0xFC994C) is known color: Sunshade. HEX triplet: FC, 99 and 4C. RGB value is (252,153,76). Sum of RGB (Red+Green+Blue) = 252+153+76=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC994C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC994C is #0366B3. Grayscale: #AEAEAE. Windows color (decimal): -222900 or 5020156. OLE color: 5020156.
HSL color Cylindrical-coordinate representation of color #FC994C: hue angle of 26.25º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC994C is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 76 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.01 |
| HSL | 26.25º | 0.97% | 0.64% | - |
| HSV(B) | 26.25º | 0.7% | 0.99% | - |
| XYZ | 52.84 | 44 | 12.55 | - |
| YUV | 173.82 | 72.8 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 76 | 0 | 0.39 | 0.70 | 0.01 | 26.25 | 0.97 | 0.64 |
| Hex | FC | 99 | 4C | 0 | 27 | 46 | 1 | 1A | 61 | 40 |
| Octal | 374 | 231 | 114 | 0 | 47 | 106 | 1 | 32 | 141 | 100 |
| Binary | 11111100 | 10011001 | 1001100 | 0 | 100111 | 1000110 | 1 | 11010 | 1100001 | 1000000 |
Color Harmonies of #FC994C
Complementary color
Monochromatic Colors of #FC994C
Black with #FC994C
Text Example
Text Example
White with #FC994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC994C; }
p { color: rgb(252,153,76); }
H1.HeaderClassName
{
color: #FC994C;
}
.AnyTagClassName
{
color: #FC994C;
}
</style>
background-color css
<style>
a { background-color: #FC994C; }
a { background-color: rgb(252,153,76); }
div.DivClassName
{
background-color: #FC994C;
}
.BgClassName
{
background-color: #FC994C;
}
</style>
border-color css
<style>
span { border-color: #FC994C; }
span { border-color: rgb(252,153,76); }
td.TdClassName
{
border-color: #FC994C;
}
.TagClassName
{
border-color: #FC994C;
}
</style>