Shades of Dandelion #FCD660
Tints of Dandelion #FCD660
RGB
CMYK
RGB Variations
Color information
#FCD660 (or 0xFCD660) is known color: Dandelion. HEX triplet: FC, D6 and 60. RGB value is (252,214,96). Sum of RGB (Red+Green+Blue) = 252+214+96=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 96 (37.89% from 255 or 17.08% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD660 is #03299F. Grayscale: #D4D4D4. Windows color (decimal): -207264 or 6346492. OLE color: 6346492.
HSL color Cylindrical-coordinate representation of color #FCD660: hue angle of 45.38º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCD660 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 96 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.01 |
| HSL | 45.38º | 0.96% | 0.68% | - |
| HSV(B) | 45.38º | 0.62% | 0.99% | - |
| XYZ | 66.3 | 69.63 | 21.01 | - |
| YUV | 211.91 | 62.59 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 96 | 0 | 0.15 | 0.62 | 0.01 | 45.38 | 0.96 | 0.68 |
| Hex | FC | D6 | 60 | 0 | F | 3E | 1 | 2D | 60 | 44 |
| Octal | 374 | 326 | 140 | 0 | 17 | 76 | 1 | 55 | 140 | 104 |
| Binary | 11111100 | 11010110 | 1100000 | 0 | 1111 | 111110 | 1 | 101101 | 1100000 | 1000100 |
Color Harmonies of #FCD660
Complementary color
Monochromatic Colors of #FCD660
Black with #FCD660
Text Example
Text Example
White with #FCD660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD660; }
p { color: rgb(252,214,96); }
H1.HeaderClassName
{
color: #FCD660;
}
.AnyTagClassName
{
color: #FCD660;
}
</style>
background-color css
<style>
a { background-color: #FCD660; }
a { background-color: rgb(252,214,96); }
div.DivClassName
{
background-color: #FCD660;
}
.BgClassName
{
background-color: #FCD660;
}
</style>
border-color css
<style>
span { border-color: #FCD660; }
span { border-color: rgb(252,214,96); }
td.TdClassName
{
border-color: #FCD660;
}
.TagClassName
{
border-color: #FCD660;
}
</style>