Shades of Dandelion #FCD85B
Tints of Dandelion #FCD85B
RGB
CMYK
RGB Variations
Color information
#FCD85B (or 0xFCD85B) is known color: Dandelion. HEX triplet: FC, D8 and 5B. RGB value is (252,216,91). Sum of RGB (Red+Green+Blue) = 252+216+91=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 91 (35.94% from 255 or 16.28% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD85B is #0327A4. Grayscale: #D5D5D5. Windows color (decimal): -206757 or 6019324. OLE color: 6019324.
HSL color Cylindrical-coordinate representation of color #FCD85B: hue angle of 46.58º 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 #FCD85B is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 91 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.01 |
| HSL | 46.58º | 0.96% | 0.67% | - |
| HSV(B) | 46.58º | 0.64% | 0.99% | - |
| XYZ | 66.59 | 70.56 | 20.01 | - |
| YUV | 212.51 | 59.43 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 91 | 0 | 0.14 | 0.64 | 0.01 | 46.58 | 0.96 | 0.67 |
| Hex | FC | D8 | 5B | 0 | E | 40 | 1 | 2F | 60 | 43 |
| Octal | 374 | 330 | 133 | 0 | 16 | 100 | 1 | 57 | 140 | 103 |
| Binary | 11111100 | 11011000 | 1011011 | 0 | 1110 | 1000000 | 1 | 101111 | 1100000 | 1000011 |
Color Harmonies of #FCD85B
Complementary color
Monochromatic Colors of #FCD85B
Black with #FCD85B
Text Example
Text Example
White with #FCD85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD85B; }
p { color: rgb(252,216,91); }
H1.HeaderClassName
{
color: #FCD85B;
}
.AnyTagClassName
{
color: #FCD85B;
}
</style>
background-color css
<style>
a { background-color: #FCD85B; }
a { background-color: rgb(252,216,91); }
div.DivClassName
{
background-color: #FCD85B;
}
.BgClassName
{
background-color: #FCD85B;
}
</style>
border-color css
<style>
span { border-color: #FCD85B; }
span { border-color: rgb(252,216,91); }
td.TdClassName
{
border-color: #FCD85B;
}
.TagClassName
{
border-color: #FCD85B;
}
</style>