Shades of Dandelion #FCD868
Tints of Dandelion #FCD868
RGB
CMYK
RGB Variations
Color information
#FCD868 (or 0xFCD868) is known color: Dandelion. HEX triplet: FC, D8 and 68. RGB value is (252,216,104). Sum of RGB (Red+Green+Blue) = 252+216+104=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 104 (41.02% from 255 or 18.18% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD868 is #032797. Grayscale: #D6D6D6. Windows color (decimal): -206744 or 6871292. OLE color: 6871292.
HSL color Cylindrical-coordinate representation of color #FCD868: hue angle of 45.41º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCD868 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 104 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.01 |
| HSL | 45.41º | 0.96% | 0.7% | - |
| HSV(B) | 45.41º | 0.59% | 0.99% | - |
| XYZ | 67.2 | 70.81 | 23.22 | - |
| YUV | 214 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 104 | 0 | 0.14 | 0.59 | 0.01 | 45.41 | 0.96 | 0.7 |
| Hex | FC | D8 | 68 | 0 | E | 3B | 1 | 2D | 60 | 46 |
| Octal | 374 | 330 | 150 | 0 | 16 | 73 | 1 | 55 | 140 | 106 |
| Binary | 11111100 | 11011000 | 1101000 | 0 | 1110 | 111011 | 1 | 101101 | 1100000 | 1000110 |
Color Harmonies of #FCD868
Complementary color
Monochromatic Colors of #FCD868
Black with #FCD868
Text Example
Text Example
White with #FCD868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD868; }
p { color: rgb(252,216,104); }
H1.HeaderClassName
{
color: #FCD868;
}
.AnyTagClassName
{
color: #FCD868;
}
</style>
background-color css
<style>
a { background-color: #FCD868; }
a { background-color: rgb(252,216,104); }
div.DivClassName
{
background-color: #FCD868;
}
.BgClassName
{
background-color: #FCD868;
}
</style>
border-color css
<style>
span { border-color: #FCD868; }
span { border-color: rgb(252,216,104); }
td.TdClassName
{
border-color: #FCD868;
}
.TagClassName
{
border-color: #FCD868;
}
</style>