Shades of Dandelion #FCD85C
Tints of Dandelion #FCD85C
RGB
CMYK
RGB Variations
Color information
#FCD85C (or 0xFCD85C) is known color: Dandelion. HEX triplet: FC, D8 and 5C. RGB value is (252,216,92). Sum of RGB (Red+Green+Blue) = 252+216+92=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 92 (36.33% from 255 or 16.43% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD85C is #0327A3. Grayscale: #D5D5D5. Windows color (decimal): -206756 or 6084860. OLE color: 6084860.
HSL color Cylindrical-coordinate representation of color #FCD85C: hue angle of 46.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCD85C is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 92 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.01 |
| HSL | 46.5º | 0.96% | 0.67% | - |
| HSV(B) | 46.5º | 0.63% | 0.99% | - |
| XYZ | 66.63 | 70.58 | 20.24 | - |
| YUV | 212.63 | 59.93 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 92 | 0 | 0.14 | 0.63 | 0.01 | 46.5 | 0.96 | 0.67 |
| Hex | FC | D8 | 5C | 0 | E | 3F | 1 | 2E | 60 | 43 |
| Octal | 374 | 330 | 134 | 0 | 16 | 77 | 1 | 56 | 140 | 103 |
| Binary | 11111100 | 11011000 | 1011100 | 0 | 1110 | 111111 | 1 | 101110 | 1100000 | 1000011 |
Color Harmonies of #FCD85C
Complementary color
Monochromatic Colors of #FCD85C
Black with #FCD85C
Text Example
Text Example
White with #FCD85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD85C; }
p { color: rgb(252,216,92); }
H1.HeaderClassName
{
color: #FCD85C;
}
.AnyTagClassName
{
color: #FCD85C;
}
</style>
background-color css
<style>
a { background-color: #FCD85C; }
a { background-color: rgb(252,216,92); }
div.DivClassName
{
background-color: #FCD85C;
}
.BgClassName
{
background-color: #FCD85C;
}
</style>
border-color css
<style>
span { border-color: #FCD85C; }
span { border-color: rgb(252,216,92); }
td.TdClassName
{
border-color: #FCD85C;
}
.TagClassName
{
border-color: #FCD85C;
}
</style>