Shades of Dandelion #FCD55E
Tints of Dandelion #FCD55E
RGB
CMYK
RGB Variations
Color information
#FCD55E (or 0xFCD55E) is known color: Dandelion. HEX triplet: FC, D5 and 5E. RGB value is (252,213,94). Sum of RGB (Red+Green+Blue) = 252+213+94=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 94 (37.11% from 255 or 16.82% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD55E is #032AA1. Grayscale: #D3D3D3. Windows color (decimal): -207522 or 6215164. OLE color: 6215164.
HSL color Cylindrical-coordinate representation of color #FCD55E: hue angle of 45.19º 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 #FCD55E is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 94 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.01 |
| HSL | 45.19º | 0.96% | 0.68% | - |
| HSV(B) | 45.19º | 0.63% | 0.99% | - |
| XYZ | 65.96 | 69.09 | 20.45 | - |
| YUV | 211.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 94 | 0 | 0.15 | 0.63 | 0.01 | 45.19 | 0.96 | 0.68 |
| Hex | FC | D5 | 5E | 0 | F | 3F | 1 | 2D | 60 | 44 |
| Octal | 374 | 325 | 136 | 0 | 17 | 77 | 1 | 55 | 140 | 104 |
| Binary | 11111100 | 11010101 | 1011110 | 0 | 1111 | 111111 | 1 | 101101 | 1100000 | 1000100 |
Color Harmonies of #FCD55E
Complementary color
Monochromatic Colors of #FCD55E
Black with #FCD55E
Text Example
Text Example
White with #FCD55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD55E; }
p { color: rgb(252,213,94); }
H1.HeaderClassName
{
color: #FCD55E;
}
.AnyTagClassName
{
color: #FCD55E;
}
</style>
background-color css
<style>
a { background-color: #FCD55E; }
a { background-color: rgb(252,213,94); }
div.DivClassName
{
background-color: #FCD55E;
}
.BgClassName
{
background-color: #FCD55E;
}
</style>
border-color css
<style>
span { border-color: #FCD55E; }
span { border-color: rgb(252,213,94); }
td.TdClassName
{
border-color: #FCD55E;
}
.TagClassName
{
border-color: #FCD55E;
}
</style>