Shades of Dandelion #FCDF66
Tints of Dandelion #FCDF66
RGB
CMYK
RGB Variations
Color information
#FCDF66 (or 0xFCDF66) is known color: Dandelion. HEX triplet: FC, DF and 66. RGB value is (252,223,102). Sum of RGB (Red+Green+Blue) = 252+223+102=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 102 (40.23% from 255 or 17.68% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF66 is #032099. Grayscale: #DADADA. Windows color (decimal): -204954 or 6742012. OLE color: 6742012.
HSL color Cylindrical-coordinate representation of color #FCDF66: hue angle of 48.4º 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 #FCDF66 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 102 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.01 |
| HSL | 48.4º | 0.96% | 0.69% | - |
| HSV(B) | 48.4º | 0.6% | 0.99% | - |
| XYZ | 68.93 | 74.43 | 23.3 | - |
| YUV | 217.88 | 62.61 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 102 | 0 | 0.12 | 0.60 | 0.01 | 48.4 | 0.96 | 0.69 |
| Hex | FC | DF | 66 | 0 | C | 3C | 1 | 30 | 60 | 45 |
| Octal | 374 | 337 | 146 | 0 | 14 | 74 | 1 | 60 | 140 | 105 |
| Binary | 11111100 | 11011111 | 1100110 | 0 | 1100 | 111100 | 1 | 110000 | 1100000 | 1000101 |
Color Harmonies of #FCDF66
Complementary color
Monochromatic Colors of #FCDF66
Black with #FCDF66
Text Example
Text Example
White with #FCDF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF66; }
p { color: rgb(252,223,102); }
H1.HeaderClassName
{
color: #FCDF66;
}
.AnyTagClassName
{
color: #FCDF66;
}
</style>
background-color css
<style>
a { background-color: #FCDF66; }
a { background-color: rgb(252,223,102); }
div.DivClassName
{
background-color: #FCDF66;
}
.BgClassName
{
background-color: #FCDF66;
}
</style>
border-color css
<style>
span { border-color: #FCDF66; }
span { border-color: rgb(252,223,102); }
td.TdClassName
{
border-color: #FCDF66;
}
.TagClassName
{
border-color: #FCDF66;
}
</style>