Shades of Sunshade #FCA04C
Tints of Sunshade #FCA04C
RGB
CMYK
RGB Variations
Color information
#FCA04C (or 0xFCA04C) is known color: Sunshade. HEX triplet: FC, A0 and 4C. RGB value is (252,160,76). Sum of RGB (Red+Green+Blue) = 252+160+76=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA04C is #035FB3. Grayscale: #B2B2B2. Windows color (decimal): -221108 or 5021948. OLE color: 5021948.
HSL color Cylindrical-coordinate representation of color #FCA04C: hue angle of 28.64º 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 #FCA04C is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 76 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.01 |
| HSL | 28.64º | 0.97% | 0.64% | - |
| HSV(B) | 28.64º | 0.7% | 0.99% | - |
| XYZ | 54.02 | 46.36 | 12.94 | - |
| YUV | 177.93 | 70.48 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 76 | 0 | 0.37 | 0.70 | 0.01 | 28.64 | 0.97 | 0.64 |
| Hex | FC | A0 | 4C | 0 | 25 | 46 | 1 | 1D | 61 | 40 |
| Octal | 374 | 240 | 114 | 0 | 45 | 106 | 1 | 35 | 141 | 100 |
| Binary | 11111100 | 10100000 | 1001100 | 0 | 100101 | 1000110 | 1 | 11101 | 1100001 | 1000000 |
Color Harmonies of #FCA04C
Complementary color
Monochromatic Colors of #FCA04C
Black with #FCA04C
Text Example
Text Example
White with #FCA04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA04C; }
p { color: rgb(252,160,76); }
H1.HeaderClassName
{
color: #FCA04C;
}
.AnyTagClassName
{
color: #FCA04C;
}
</style>
background-color css
<style>
a { background-color: #FCA04C; }
a { background-color: rgb(252,160,76); }
div.DivClassName
{
background-color: #FCA04C;
}
.BgClassName
{
background-color: #FCA04C;
}
</style>
border-color css
<style>
span { border-color: #FCA04C; }
span { border-color: rgb(252,160,76); }
td.TdClassName
{
border-color: #FCA04C;
}
.TagClassName
{
border-color: #FCA04C;
}
</style>