Shades of Dandelion #FCD25B
Tints of Dandelion #FCD25B
RGB
CMYK
RGB Variations
Color information
#FCD25B (or 0xFCD25B) is known color: Dandelion. HEX triplet: FC, D2 and 5B. RGB value is (252,210,91). Sum of RGB (Red+Green+Blue) = 252+210+91=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 91 (35.94% from 255 or 16.46% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD25B is #032DA4. Grayscale: #D1D1D1. Windows color (decimal): -208293 or 6017788. OLE color: 6017788.
HSL color Cylindrical-coordinate representation of color #FCD25B: hue angle of 44.35º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCD25B is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 91 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.01 |
| HSL | 44.35º | 0.96% | 0.67% | - |
| HSV(B) | 44.35º | 0.64% | 0.99% | - |
| XYZ | 65.08 | 67.54 | 19.5 | - |
| YUV | 208.99 | 61.41 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 91 | 0 | 0.17 | 0.64 | 0.01 | 44.35 | 0.96 | 0.67 |
| Hex | FC | D2 | 5B | 0 | 11 | 40 | 1 | 2C | 60 | 43 |
| Octal | 374 | 322 | 133 | 0 | 21 | 100 | 1 | 54 | 140 | 103 |
| Binary | 11111100 | 11010010 | 1011011 | 0 | 10001 | 1000000 | 1 | 101100 | 1100000 | 1000011 |
Color Harmonies of #FCD25B
Complementary color
Monochromatic Colors of #FCD25B
Black with #FCD25B
Text Example
Text Example
White with #FCD25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD25B; }
p { color: rgb(252,210,91); }
H1.HeaderClassName
{
color: #FCD25B;
}
.AnyTagClassName
{
color: #FCD25B;
}
</style>
background-color css
<style>
a { background-color: #FCD25B; }
a { background-color: rgb(252,210,91); }
div.DivClassName
{
background-color: #FCD25B;
}
.BgClassName
{
background-color: #FCD25B;
}
</style>
border-color css
<style>
span { border-color: #FCD25B; }
span { border-color: rgb(252,210,91); }
td.TdClassName
{
border-color: #FCD25B;
}
.TagClassName
{
border-color: #FCD25B;
}
</style>