Shades of Dandelion #FCDC66
Tints of Dandelion #FCDC66
RGB
CMYK
RGB Variations
Color information
#FCDC66 (or 0xFCDC66) is known color: Dandelion. HEX triplet: FC, DC and 66. RGB value is (252,220,102). Sum of RGB (Red+Green+Blue) = 252+220+102=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 102 (40.23% from 255 or 17.77% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC66 is #032399. Grayscale: #D8D8D8. Windows color (decimal): -205722 or 6741244. OLE color: 6741244.
HSL color Cylindrical-coordinate representation of color #FCDC66: hue angle of 47.2º 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 #FCDC66 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 102 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.01 |
| HSL | 47.2º | 0.96% | 0.69% | - |
| HSV(B) | 47.2º | 0.6% | 0.99% | - |
| XYZ | 68.14 | 72.84 | 23.04 | - |
| YUV | 216.12 | 63.6 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 102 | 0 | 0.13 | 0.60 | 0.01 | 47.2 | 0.96 | 0.69 |
| Hex | FC | DC | 66 | 0 | D | 3C | 1 | 2F | 60 | 45 |
| Octal | 374 | 334 | 146 | 0 | 15 | 74 | 1 | 57 | 140 | 105 |
| Binary | 11111100 | 11011100 | 1100110 | 0 | 1101 | 111100 | 1 | 101111 | 1100000 | 1000101 |
Color Harmonies of #FCDC66
Complementary color
Monochromatic Colors of #FCDC66
Black with #FCDC66
Text Example
Text Example
White with #FCDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC66; }
p { color: rgb(252,220,102); }
H1.HeaderClassName
{
color: #FCDC66;
}
.AnyTagClassName
{
color: #FCDC66;
}
</style>
background-color css
<style>
a { background-color: #FCDC66; }
a { background-color: rgb(252,220,102); }
div.DivClassName
{
background-color: #FCDC66;
}
.BgClassName
{
background-color: #FCDC66;
}
</style>
border-color css
<style>
span { border-color: #FCDC66; }
span { border-color: rgb(252,220,102); }
td.TdClassName
{
border-color: #FCDC66;
}
.TagClassName
{
border-color: #FCDC66;
}
</style>