Shades of Sunshade #FC994A
Tints of Sunshade #FC994A
RGB
CMYK
RGB Variations
Color information
#FC994A (or 0xFC994A) is known color: Sunshade. HEX triplet: FC, 99 and 4A. RGB value is (252,153,74). Sum of RGB (Red+Green+Blue) = 252+153+74=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC994A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC994A is #0366B5. Grayscale: #AEAEAE. Windows color (decimal): -222902 or 4889084. OLE color: 4889084.
HSL color Cylindrical-coordinate representation of color #FC994A: hue angle of 26.63º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC994A is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 74 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.01 |
| HSL | 26.63º | 0.97% | 0.64% | - |
| HSV(B) | 26.63º | 0.71% | 0.99% | - |
| XYZ | 52.77 | 43.97 | 12.18 | - |
| YUV | 173.6 | 71.8 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 74 | 0 | 0.39 | 0.71 | 0.01 | 26.63 | 0.97 | 0.64 |
| Hex | FC | 99 | 4A | 0 | 27 | 47 | 1 | 1B | 61 | 40 |
| Octal | 374 | 231 | 112 | 0 | 47 | 107 | 1 | 33 | 141 | 100 |
| Binary | 11111100 | 10011001 | 1001010 | 0 | 100111 | 1000111 | 1 | 11011 | 1100001 | 1000000 |
Color Harmonies of #FC994A
Complementary color
Monochromatic Colors of #FC994A
Black with #FC994A
Text Example
Text Example
White with #FC994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC994A; }
p { color: rgb(252,153,74); }
H1.HeaderClassName
{
color: #FC994A;
}
.AnyTagClassName
{
color: #FC994A;
}
</style>
background-color css
<style>
a { background-color: #FC994A; }
a { background-color: rgb(252,153,74); }
div.DivClassName
{
background-color: #FC994A;
}
.BgClassName
{
background-color: #FC994A;
}
</style>
border-color css
<style>
span { border-color: #FC994A; }
span { border-color: rgb(252,153,74); }
td.TdClassName
{
border-color: #FC994A;
}
.TagClassName
{
border-color: #FC994A;
}
</style>