Shades of Dandelion #FCD85A
Tints of Dandelion #FCD85A
RGB
CMYK
RGB Variations
Color information
#FCD85A (or 0xFCD85A) is known color: Dandelion. HEX triplet: FC, D8 and 5A. RGB value is (252,216,90). Sum of RGB (Red+Green+Blue) = 252+216+90=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 90 (35.55% from 255 or 16.13% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD85A is #0327A5. Grayscale: #D4D4D4. Windows color (decimal): -206758 or 5953788. OLE color: 5953788.
HSL color Cylindrical-coordinate representation of color #FCD85A: hue angle of 46.67º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCD85A is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 90 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.01 |
| HSL | 46.67º | 0.96% | 0.67% | - |
| HSV(B) | 46.67º | 0.64% | 0.99% | - |
| XYZ | 66.55 | 70.55 | 19.78 | - |
| YUV | 212.4 | 58.93 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 90 | 0 | 0.14 | 0.64 | 0.01 | 46.67 | 0.96 | 0.67 |
| Hex | FC | D8 | 5A | 0 | E | 40 | 1 | 2F | 60 | 43 |
| Octal | 374 | 330 | 132 | 0 | 16 | 100 | 1 | 57 | 140 | 103 |
| Binary | 11111100 | 11011000 | 1011010 | 0 | 1110 | 1000000 | 1 | 101111 | 1100000 | 1000011 |
Color Harmonies of #FCD85A
Complementary color
Monochromatic Colors of #FCD85A
Black with #FCD85A
Text Example
Text Example
White with #FCD85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD85A; }
p { color: rgb(252,216,90); }
H1.HeaderClassName
{
color: #FCD85A;
}
.AnyTagClassName
{
color: #FCD85A;
}
</style>
background-color css
<style>
a { background-color: #FCD85A; }
a { background-color: rgb(252,216,90); }
div.DivClassName
{
background-color: #FCD85A;
}
.BgClassName
{
background-color: #FCD85A;
}
</style>
border-color css
<style>
span { border-color: #FCD85A; }
span { border-color: rgb(252,216,90); }
td.TdClassName
{
border-color: #FCD85A;
}
.TagClassName
{
border-color: #FCD85A;
}
</style>