Shades of Dandelion #FCD15E
Tints of Dandelion #FCD15E
RGB
CMYK
RGB Variations
Color information
#FCD15E (or 0xFCD15E) is known color: Dandelion. HEX triplet: FC, D1 and 5E. RGB value is (252,209,94). Sum of RGB (Red+Green+Blue) = 252+209+94=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 94 (37.11% from 255 or 16.94% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD15E is #032EA1. Grayscale: #D1D1D1. Windows color (decimal): -208546 or 6214140. OLE color: 6214140.
HSL color Cylindrical-coordinate representation of color #FCD15E: hue angle of 43.67º 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 #FCD15E is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 94 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.01 |
| HSL | 43.67º | 0.96% | 0.68% | - |
| HSV(B) | 43.67º | 0.63% | 0.99% | - |
| XYZ | 64.97 | 67.1 | 20.12 | - |
| YUV | 208.75 | 63.25 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 94 | 0 | 0.17 | 0.63 | 0.01 | 43.67 | 0.96 | 0.68 |
| Hex | FC | D1 | 5E | 0 | 11 | 3F | 1 | 2C | 60 | 44 |
| Octal | 374 | 321 | 136 | 0 | 21 | 77 | 1 | 54 | 140 | 104 |
| Binary | 11111100 | 11010001 | 1011110 | 0 | 10001 | 111111 | 1 | 101100 | 1100000 | 1000100 |
Color Harmonies of #FCD15E
Complementary color
Monochromatic Colors of #FCD15E
Black with #FCD15E
Text Example
Text Example
White with #FCD15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD15E; }
p { color: rgb(252,209,94); }
H1.HeaderClassName
{
color: #FCD15E;
}
.AnyTagClassName
{
color: #FCD15E;
}
</style>
background-color css
<style>
a { background-color: #FCD15E; }
a { background-color: rgb(252,209,94); }
div.DivClassName
{
background-color: #FCD15E;
}
.BgClassName
{
background-color: #FCD15E;
}
</style>
border-color css
<style>
span { border-color: #FCD15E; }
span { border-color: rgb(252,209,94); }
td.TdClassName
{
border-color: #FCD15E;
}
.TagClassName
{
border-color: #FCD15E;
}
</style>