Shades of Dandelion #FCD460
Tints of Dandelion #FCD460
RGB
CMYK
RGB Variations
Color information
#FCD460 (or 0xFCD460) is known color: Dandelion. HEX triplet: FC, D4 and 60. RGB value is (252,212,96). Sum of RGB (Red+Green+Blue) = 252+212+96=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 96 (37.89% from 255 or 17.14% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD460 is #032B9F. Grayscale: #D3D3D3. Windows color (decimal): -207776 or 6345980. OLE color: 6345980.
HSL color Cylindrical-coordinate representation of color #FCD460: hue angle of 44.62º 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 #FCD460 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 96 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.01 |
| HSL | 44.62º | 0.96% | 0.68% | - |
| HSV(B) | 44.62º | 0.62% | 0.99% | - |
| XYZ | 65.8 | 68.63 | 20.84 | - |
| YUV | 210.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 96 | 0 | 0.16 | 0.62 | 0.01 | 44.62 | 0.96 | 0.68 |
| Hex | FC | D4 | 60 | 0 | 10 | 3E | 1 | 2D | 60 | 44 |
| Octal | 374 | 324 | 140 | 0 | 20 | 76 | 1 | 55 | 140 | 104 |
| Binary | 11111100 | 11010100 | 1100000 | 0 | 10000 | 111110 | 1 | 101101 | 1100000 | 1000100 |
Color Harmonies of #FCD460
Complementary color
Monochromatic Colors of #FCD460
Black with #FCD460
Text Example
Text Example
White with #FCD460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD460; }
p { color: rgb(252,212,96); }
H1.HeaderClassName
{
color: #FCD460;
}
.AnyTagClassName
{
color: #FCD460;
}
</style>
background-color css
<style>
a { background-color: #FCD460; }
a { background-color: rgb(252,212,96); }
div.DivClassName
{
background-color: #FCD460;
}
.BgClassName
{
background-color: #FCD460;
}
</style>
border-color css
<style>
span { border-color: #FCD460; }
span { border-color: rgb(252,212,96); }
td.TdClassName
{
border-color: #FCD460;
}
.TagClassName
{
border-color: #FCD460;
}
</style>