Shades of Dandelion #FCD866
Tints of Dandelion #FCD866
RGB
CMYK
RGB Variations
Color information
#FCD866 (or 0xFCD866) is known color: Dandelion. HEX triplet: FC, D8 and 66. RGB value is (252,216,102). Sum of RGB (Red+Green+Blue) = 252+216+102=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 102 (40.23% from 255 or 17.89% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD866 is #032799. Grayscale: #D6D6D6. Windows color (decimal): -206746 or 6740220. OLE color: 6740220.
HSL color Cylindrical-coordinate representation of color #FCD866: hue angle of 45.6º 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 #FCD866 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 102 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.01 |
| HSL | 45.6º | 0.96% | 0.69% | - |
| HSV(B) | 45.6º | 0.6% | 0.99% | - |
| XYZ | 67.1 | 70.77 | 22.69 | - |
| YUV | 213.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 102 | 0 | 0.14 | 0.60 | 0.01 | 45.6 | 0.96 | 0.69 |
| Hex | FC | D8 | 66 | 0 | E | 3C | 1 | 2E | 60 | 45 |
| Octal | 374 | 330 | 146 | 0 | 16 | 74 | 1 | 56 | 140 | 105 |
| Binary | 11111100 | 11011000 | 1100110 | 0 | 1110 | 111100 | 1 | 101110 | 1100000 | 1000101 |
Color Harmonies of #FCD866
Complementary color
Monochromatic Colors of #FCD866
Black with #FCD866
Text Example
Text Example
White with #FCD866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD866; }
p { color: rgb(252,216,102); }
H1.HeaderClassName
{
color: #FCD866;
}
.AnyTagClassName
{
color: #FCD866;
}
</style>
background-color css
<style>
a { background-color: #FCD866; }
a { background-color: rgb(252,216,102); }
div.DivClassName
{
background-color: #FCD866;
}
.BgClassName
{
background-color: #FCD866;
}
</style>
border-color css
<style>
span { border-color: #FCD866; }
span { border-color: rgb(252,216,102); }
td.TdClassName
{
border-color: #FCD866;
}
.TagClassName
{
border-color: #FCD866;
}
</style>