Shades of Dandelion #FCD166
Tints of Dandelion #FCD166
RGB
CMYK
RGB Variations
Color information
#FCD166 (or 0xFCD166) is known color: Dandelion. HEX triplet: FC, D1 and 66. RGB value is (252,209,102). Sum of RGB (Red+Green+Blue) = 252+209+102=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 102 (40.23% from 255 or 18.12% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD166 is #032E99. Grayscale: #D2D2D2. Windows color (decimal): -208538 or 6738428. OLE color: 6738428.
HSL color Cylindrical-coordinate representation of color #FCD166: hue angle of 42.8º 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 #FCD166 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 102 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.01 |
| HSL | 42.8º | 0.96% | 0.69% | - |
| HSV(B) | 42.8º | 0.6% | 0.99% | - |
| XYZ | 65.34 | 67.26 | 22.11 | - |
| YUV | 209.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 102 | 0 | 0.17 | 0.60 | 0.01 | 42.8 | 0.96 | 0.69 |
| Hex | FC | D1 | 66 | 0 | 11 | 3C | 1 | 2B | 60 | 45 |
| Octal | 374 | 321 | 146 | 0 | 21 | 74 | 1 | 53 | 140 | 105 |
| Binary | 11111100 | 11010001 | 1100110 | 0 | 10001 | 111100 | 1 | 101011 | 1100000 | 1000101 |
Color Harmonies of #FCD166
Complementary color
Monochromatic Colors of #FCD166
Black with #FCD166
Text Example
Text Example
White with #FCD166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD166; }
p { color: rgb(252,209,102); }
H1.HeaderClassName
{
color: #FCD166;
}
.AnyTagClassName
{
color: #FCD166;
}
</style>
background-color css
<style>
a { background-color: #FCD166; }
a { background-color: rgb(252,209,102); }
div.DivClassName
{
background-color: #FCD166;
}
.BgClassName
{
background-color: #FCD166;
}
</style>
border-color css
<style>
span { border-color: #FCD166; }
span { border-color: rgb(252,209,102); }
td.TdClassName
{
border-color: #FCD166;
}
.TagClassName
{
border-color: #FCD166;
}
</style>