Shades of Dandelion #FCD15D
Tints of Dandelion #FCD15D
RGB
CMYK
RGB Variations
Color information
#FCD15D (or 0xFCD15D) is known color: Dandelion. HEX triplet: FC, D1 and 5D. RGB value is (252,209,93). Sum of RGB (Red+Green+Blue) = 252+209+93=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 93 (36.72% from 255 or 16.79% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD15D is #032EA2. Grayscale: #D1D1D1. Windows color (decimal): -208547 or 6148604. OLE color: 6148604.
HSL color Cylindrical-coordinate representation of color #FCD15D: hue angle of 43.77º 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 #FCD15D is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 93 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.01 |
| HSL | 43.77º | 0.96% | 0.68% | - |
| HSV(B) | 43.77º | 0.63% | 0.99% | - |
| XYZ | 64.92 | 67.09 | 19.88 | - |
| YUV | 208.63 | 62.75 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 93 | 0 | 0.17 | 0.63 | 0.01 | 43.77 | 0.96 | 0.68 |
| Hex | FC | D1 | 5D | 0 | 11 | 3F | 1 | 2C | 60 | 44 |
| Octal | 374 | 321 | 135 | 0 | 21 | 77 | 1 | 54 | 140 | 104 |
| Binary | 11111100 | 11010001 | 1011101 | 0 | 10001 | 111111 | 1 | 101100 | 1100000 | 1000100 |
Color Harmonies of #FCD15D
Complementary color
Monochromatic Colors of #FCD15D
Black with #FCD15D
Text Example
Text Example
White with #FCD15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD15D; }
p { color: rgb(252,209,93); }
H1.HeaderClassName
{
color: #FCD15D;
}
.AnyTagClassName
{
color: #FCD15D;
}
</style>
background-color css
<style>
a { background-color: #FCD15D; }
a { background-color: rgb(252,209,93); }
div.DivClassName
{
background-color: #FCD15D;
}
.BgClassName
{
background-color: #FCD15D;
}
</style>
border-color css
<style>
span { border-color: #FCD15D; }
span { border-color: rgb(252,209,93); }
td.TdClassName
{
border-color: #FCD15D;
}
.TagClassName
{
border-color: #FCD15D;
}
</style>