Shades of Dandelion #FCD966
Tints of Dandelion #FCD966
RGB
CMYK
RGB Variations
Color information
#FCD966 (or 0xFCD966) is known color: Dandelion. HEX triplet: FC, D9 and 66. RGB value is (252,217,102). Sum of RGB (Red+Green+Blue) = 252+217+102=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 102 (40.23% from 255 or 17.86% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD966 is #032699. Grayscale: #D6D6D6. Windows color (decimal): -206490 or 6740476. OLE color: 6740476.
HSL color Cylindrical-coordinate representation of color #FCD966: hue angle of 46º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCD966 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 102 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.01 |
| HSL | 46º | 0.96% | 0.69% | - |
| HSV(B) | 46º | 0.6% | 0.99% | - |
| XYZ | 67.36 | 71.28 | 22.78 | - |
| YUV | 214.36 | 64.6 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 102 | 0 | 0.14 | 0.60 | 0.01 | 46 | 0.96 | 0.69 |
| Hex | FC | D9 | 66 | 0 | E | 3C | 1 | 2E | 60 | 45 |
| Octal | 374 | 331 | 146 | 0 | 16 | 74 | 1 | 56 | 140 | 105 |
| Binary | 11111100 | 11011001 | 1100110 | 0 | 1110 | 111100 | 1 | 101110 | 1100000 | 1000101 |
Color Harmonies of #FCD966
Complementary color
Monochromatic Colors of #FCD966
Black with #FCD966
Text Example
Text Example
White with #FCD966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD966; }
p { color: rgb(252,217,102); }
H1.HeaderClassName
{
color: #FCD966;
}
.AnyTagClassName
{
color: #FCD966;
}
</style>
background-color css
<style>
a { background-color: #FCD966; }
a { background-color: rgb(252,217,102); }
div.DivClassName
{
background-color: #FCD966;
}
.BgClassName
{
background-color: #FCD966;
}
</style>
border-color css
<style>
span { border-color: #FCD966; }
span { border-color: rgb(252,217,102); }
td.TdClassName
{
border-color: #FCD966;
}
.TagClassName
{
border-color: #FCD966;
}
</style>