Shades of Dandelion #FCD25C
Tints of Dandelion #FCD25C
RGB
CMYK
RGB Variations
Color information
#FCD25C (or 0xFCD25C) is known color: Dandelion. HEX triplet: FC, D2 and 5C. RGB value is (252,210,92). Sum of RGB (Red+Green+Blue) = 252+210+92=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 92 (36.33% from 255 or 16.61% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD25C is #032DA3. Grayscale: #D1D1D1. Windows color (decimal): -208292 or 6083324. OLE color: 6083324.
HSL color Cylindrical-coordinate representation of color #FCD25C: hue angle of 44.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCD25C is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 92 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.01 |
| HSL | 44.25º | 0.96% | 0.67% | - |
| HSV(B) | 44.25º | 0.63% | 0.99% | - |
| XYZ | 65.12 | 67.56 | 19.73 | - |
| YUV | 209.11 | 61.91 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 92 | 0 | 0.17 | 0.63 | 0.01 | 44.25 | 0.96 | 0.67 |
| Hex | FC | D2 | 5C | 0 | 11 | 3F | 1 | 2C | 60 | 43 |
| Octal | 374 | 322 | 134 | 0 | 21 | 77 | 1 | 54 | 140 | 103 |
| Binary | 11111100 | 11010010 | 1011100 | 0 | 10001 | 111111 | 1 | 101100 | 1100000 | 1000011 |
Color Harmonies of #FCD25C
Complementary color
Monochromatic Colors of #FCD25C
Black with #FCD25C
Text Example
Text Example
White with #FCD25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD25C; }
p { color: rgb(252,210,92); }
H1.HeaderClassName
{
color: #FCD25C;
}
.AnyTagClassName
{
color: #FCD25C;
}
</style>
background-color css
<style>
a { background-color: #FCD25C; }
a { background-color: rgb(252,210,92); }
div.DivClassName
{
background-color: #FCD25C;
}
.BgClassName
{
background-color: #FCD25C;
}
</style>
border-color css
<style>
span { border-color: #FCD25C; }
span { border-color: rgb(252,210,92); }
td.TdClassName
{
border-color: #FCD25C;
}
.TagClassName
{
border-color: #FCD25C;
}
</style>