Shades of Dandelion #FCD25D
Tints of Dandelion #FCD25D
RGB
CMYK
RGB Variations
Color information
#FCD25D (or 0xFCD25D) is known color: Dandelion. HEX triplet: FC, D2 and 5D. RGB value is (252,210,93). Sum of RGB (Red+Green+Blue) = 252+210+93=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 93 (36.72% from 255 or 16.76% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD25D is #032DA2. Grayscale: #D1D1D1. Windows color (decimal): -208291 or 6148860. OLE color: 6148860.
HSL color Cylindrical-coordinate representation of color #FCD25D: hue angle of 44.15º 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 #FCD25D is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 93 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.01 |
| HSL | 44.15º | 0.96% | 0.68% | - |
| HSV(B) | 44.15º | 0.63% | 0.99% | - |
| XYZ | 65.17 | 67.58 | 19.97 | - |
| YUV | 209.22 | 62.41 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 93 | 0 | 0.17 | 0.63 | 0.01 | 44.15 | 0.96 | 0.68 |
| Hex | FC | D2 | 5D | 0 | 11 | 3F | 1 | 2C | 60 | 44 |
| Octal | 374 | 322 | 135 | 0 | 21 | 77 | 1 | 54 | 140 | 104 |
| Binary | 11111100 | 11010010 | 1011101 | 0 | 10001 | 111111 | 1 | 101100 | 1100000 | 1000100 |
Color Harmonies of #FCD25D
Complementary color
Monochromatic Colors of #FCD25D
Black with #FCD25D
Text Example
Text Example
White with #FCD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD25D; }
p { color: rgb(252,210,93); }
H1.HeaderClassName
{
color: #FCD25D;
}
.AnyTagClassName
{
color: #FCD25D;
}
</style>
background-color css
<style>
a { background-color: #FCD25D; }
a { background-color: rgb(252,210,93); }
div.DivClassName
{
background-color: #FCD25D;
}
.BgClassName
{
background-color: #FCD25D;
}
</style>
border-color css
<style>
span { border-color: #FCD25D; }
span { border-color: rgb(252,210,93); }
td.TdClassName
{
border-color: #FCD25D;
}
.TagClassName
{
border-color: #FCD25D;
}
</style>