Shades of Dandelion #FCD35D
Tints of Dandelion #FCD35D
RGB
CMYK
RGB Variations
Color information
#FCD35D (or 0xFCD35D) is known color: Dandelion. HEX triplet: FC, D3 and 5D. RGB value is (252,211,93). Sum of RGB (Red+Green+Blue) = 252+211+93=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 93 (36.72% from 255 or 16.73% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD35D is #032CA2. Grayscale: #D2D2D2. Windows color (decimal): -208035 or 6149116. OLE color: 6149116.
HSL color Cylindrical-coordinate representation of color #FCD35D: hue angle of 44.53º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCD35D is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 93 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.01 |
| HSL | 44.53º | 0.96% | 0.68% | - |
| HSV(B) | 44.53º | 0.63% | 0.99% | - |
| XYZ | 65.41 | 68.07 | 20.05 | - |
| YUV | 209.81 | 62.08 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 93 | 0 | 0.16 | 0.63 | 0.01 | 44.53 | 0.96 | 0.68 |
| Hex | FC | D3 | 5D | 0 | 10 | 3F | 1 | 2D | 60 | 44 |
| Octal | 374 | 323 | 135 | 0 | 20 | 77 | 1 | 55 | 140 | 104 |
| Binary | 11111100 | 11010011 | 1011101 | 0 | 10000 | 111111 | 1 | 101101 | 1100000 | 1000100 |
Color Harmonies of #FCD35D
Complementary color
Monochromatic Colors of #FCD35D
Black with #FCD35D
Text Example
Text Example
White with #FCD35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD35D; }
p { color: rgb(252,211,93); }
H1.HeaderClassName
{
color: #FCD35D;
}
.AnyTagClassName
{
color: #FCD35D;
}
</style>
background-color css
<style>
a { background-color: #FCD35D; }
a { background-color: rgb(252,211,93); }
div.DivClassName
{
background-color: #FCD35D;
}
.BgClassName
{
background-color: #FCD35D;
}
</style>
border-color css
<style>
span { border-color: #FCD35D; }
span { border-color: rgb(252,211,93); }
td.TdClassName
{
border-color: #FCD35D;
}
.TagClassName
{
border-color: #FCD35D;
}
</style>