Shades of Dandelion #FCD95A
Tints of Dandelion #FCD95A
RGB
CMYK
RGB Variations
Color information
#FCD95A (or 0xFCD95A) is known color: Dandelion. HEX triplet: FC, D9 and 5A. RGB value is (252,217,90). Sum of RGB (Red+Green+Blue) = 252+217+90=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 90 (35.55% from 255 or 16.10% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD95A is #0326A5. Grayscale: #D5D5D5. Windows color (decimal): -206502 or 5954044. OLE color: 5954044.
HSL color Cylindrical-coordinate representation of color #FCD95A: hue angle of 47.04º 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 #FCD95A is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 90 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.01 |
| HSL | 47.04º | 0.96% | 0.67% | - |
| HSV(B) | 47.04º | 0.64% | 0.99% | - |
| XYZ | 66.8 | 71.06 | 19.87 | - |
| YUV | 212.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 90 | 0 | 0.14 | 0.64 | 0.01 | 47.04 | 0.96 | 0.67 |
| Hex | FC | D9 | 5A | 0 | E | 40 | 1 | 2F | 60 | 43 |
| Octal | 374 | 331 | 132 | 0 | 16 | 100 | 1 | 57 | 140 | 103 |
| Binary | 11111100 | 11011001 | 1011010 | 0 | 1110 | 1000000 | 1 | 101111 | 1100000 | 1000011 |
Color Harmonies of #FCD95A
Complementary color
Monochromatic Colors of #FCD95A
Black with #FCD95A
Text Example
Text Example
White with #FCD95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD95A; }
p { color: rgb(252,217,90); }
H1.HeaderClassName
{
color: #FCD95A;
}
.AnyTagClassName
{
color: #FCD95A;
}
</style>
background-color css
<style>
a { background-color: #FCD95A; }
a { background-color: rgb(252,217,90); }
div.DivClassName
{
background-color: #FCD95A;
}
.BgClassName
{
background-color: #FCD95A;
}
</style>
border-color css
<style>
span { border-color: #FCD95A; }
span { border-color: rgb(252,217,90); }
td.TdClassName
{
border-color: #FCD95A;
}
.TagClassName
{
border-color: #FCD95A;
}
</style>