Shades of Dandelion #FCD75F
Tints of Dandelion #FCD75F
RGB
CMYK
RGB Variations
Color information
#FCD75F (or 0xFCD75F) is known color: Dandelion. HEX triplet: FC, D7 and 5F. RGB value is (252,215,95). Sum of RGB (Red+Green+Blue) = 252+215+95=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 95 (37.5% from 255 or 16.90% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD75F is #0328A0. Grayscale: #D4D4D4. Windows color (decimal): -207009 or 6281212. OLE color: 6281212.
HSL color Cylindrical-coordinate representation of color #FCD75F: hue angle of 45.86º 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 #FCD75F is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 95 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.01 |
| HSL | 45.86º | 0.96% | 0.68% | - |
| HSV(B) | 45.86º | 0.62% | 0.99% | - |
| XYZ | 66.51 | 70.12 | 20.86 | - |
| YUV | 212.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 95 | 0 | 0.15 | 0.62 | 0.01 | 45.86 | 0.96 | 0.68 |
| Hex | FC | D7 | 5F | 0 | F | 3E | 1 | 2E | 60 | 44 |
| Octal | 374 | 327 | 137 | 0 | 17 | 76 | 1 | 56 | 140 | 104 |
| Binary | 11111100 | 11010111 | 1011111 | 0 | 1111 | 111110 | 1 | 101110 | 1100000 | 1000100 |
Color Harmonies of #FCD75F
Complementary color
Monochromatic Colors of #FCD75F
Black with #FCD75F
Text Example
Text Example
White with #FCD75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD75F; }
p { color: rgb(252,215,95); }
H1.HeaderClassName
{
color: #FCD75F;
}
.AnyTagClassName
{
color: #FCD75F;
}
</style>
background-color css
<style>
a { background-color: #FCD75F; }
a { background-color: rgb(252,215,95); }
div.DivClassName
{
background-color: #FCD75F;
}
.BgClassName
{
background-color: #FCD75F;
}
</style>
border-color css
<style>
span { border-color: #FCD75F; }
span { border-color: rgb(252,215,95); }
td.TdClassName
{
border-color: #FCD75F;
}
.TagClassName
{
border-color: #FCD75F;
}
</style>