Shades of Dandelion #FCD25F
Tints of Dandelion #FCD25F
RGB
CMYK
RGB Variations
Color information
#FCD25F (or 0xFCD25F) is known color: Dandelion. HEX triplet: FC, D2 and 5F. RGB value is (252,210,95). Sum of RGB (Red+Green+Blue) = 252+210+95=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD25F is #032DA0. Grayscale: #D1D1D1. Windows color (decimal): -208289 or 6279932. OLE color: 6279932.
HSL color Cylindrical-coordinate representation of color #FCD25F: hue angle of 43.95º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCD25F is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 95 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.01 |
| HSL | 43.95º | 0.96% | 0.68% | - |
| HSV(B) | 43.95º | 0.62% | 0.99% | - |
| XYZ | 65.26 | 67.61 | 20.44 | - |
| YUV | 209.45 | 63.41 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 95 | 0 | 0.17 | 0.62 | 0.01 | 43.95 | 0.96 | 0.68 |
| Hex | FC | D2 | 5F | 0 | 11 | 3E | 1 | 2C | 60 | 44 |
| Octal | 374 | 322 | 137 | 0 | 21 | 76 | 1 | 54 | 140 | 104 |
| Binary | 11111100 | 11010010 | 1011111 | 0 | 10001 | 111110 | 1 | 101100 | 1100000 | 1000100 |
Color Harmonies of #FCD25F
Complementary color
Monochromatic Colors of #FCD25F
Black with #FCD25F
Text Example
Text Example
White with #FCD25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD25F; }
p { color: rgb(252,210,95); }
H1.HeaderClassName
{
color: #FCD25F;
}
.AnyTagClassName
{
color: #FCD25F;
}
</style>
background-color css
<style>
a { background-color: #FCD25F; }
a { background-color: rgb(252,210,95); }
div.DivClassName
{
background-color: #FCD25F;
}
.BgClassName
{
background-color: #FCD25F;
}
</style>
border-color css
<style>
span { border-color: #FCD25F; }
span { border-color: rgb(252,210,95); }
td.TdClassName
{
border-color: #FCD25F;
}
.TagClassName
{
border-color: #FCD25F;
}
</style>