Shades of Dandelion #FCD25E
Tints of Dandelion #FCD25E
RGB
CMYK
RGB Variations
Color information
#FCD25E (or 0xFCD25E) is known color: Dandelion. HEX triplet: FC, D2 and 5E. RGB value is (252,210,94). Sum of RGB (Red+Green+Blue) = 252+210+94=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 94 (37.11% from 255 or 16.91% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD25E is #032DA1. Grayscale: #D1D1D1. Windows color (decimal): -208290 or 6214396. OLE color: 6214396.
HSL color Cylindrical-coordinate representation of color #FCD25E: hue angle of 44.05º 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 #FCD25E is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 94 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.01 |
| HSL | 44.05º | 0.96% | 0.68% | - |
| HSV(B) | 44.05º | 0.63% | 0.99% | - |
| XYZ | 65.21 | 67.6 | 20.2 | - |
| YUV | 209.33 | 62.91 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 94 | 0 | 0.17 | 0.63 | 0.01 | 44.05 | 0.96 | 0.68 |
| Hex | FC | D2 | 5E | 0 | 11 | 3F | 1 | 2C | 60 | 44 |
| Octal | 374 | 322 | 136 | 0 | 21 | 77 | 1 | 54 | 140 | 104 |
| Binary | 11111100 | 11010010 | 1011110 | 0 | 10001 | 111111 | 1 | 101100 | 1100000 | 1000100 |
Color Harmonies of #FCD25E
Complementary color
Monochromatic Colors of #FCD25E
Black with #FCD25E
Text Example
Text Example
White with #FCD25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD25E; }
p { color: rgb(252,210,94); }
H1.HeaderClassName
{
color: #FCD25E;
}
.AnyTagClassName
{
color: #FCD25E;
}
</style>
background-color css
<style>
a { background-color: #FCD25E; }
a { background-color: rgb(252,210,94); }
div.DivClassName
{
background-color: #FCD25E;
}
.BgClassName
{
background-color: #FCD25E;
}
</style>
border-color css
<style>
span { border-color: #FCD25E; }
span { border-color: rgb(252,210,94); }
td.TdClassName
{
border-color: #FCD25E;
}
.TagClassName
{
border-color: #FCD25E;
}
</style>