Shades of Dandelion #FCD75D
Tints of Dandelion #FCD75D
RGB
CMYK
RGB Variations
Color information
#FCD75D (or 0xFCD75D) is known color: Dandelion. HEX triplet: FC, D7 and 5D. RGB value is (252,215,93). Sum of RGB (Red+Green+Blue) = 252+215+93=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD75D is #0328A2. Grayscale: #D4D4D4. Windows color (decimal): -207011 or 6150140. OLE color: 6150140.
HSL color Cylindrical-coordinate representation of color #FCD75D: hue angle of 46.04º 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 #FCD75D is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 93 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.01 |
| HSL | 46.04º | 0.96% | 0.68% | - |
| HSV(B) | 46.04º | 0.63% | 0.99% | - |
| XYZ | 66.42 | 70.09 | 20.38 | - |
| YUV | 212.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 93 | 0 | 0.15 | 0.63 | 0.01 | 46.04 | 0.96 | 0.68 |
| Hex | FC | D7 | 5D | 0 | F | 3F | 1 | 2E | 60 | 44 |
| Octal | 374 | 327 | 135 | 0 | 17 | 77 | 1 | 56 | 140 | 104 |
| Binary | 11111100 | 11010111 | 1011101 | 0 | 1111 | 111111 | 1 | 101110 | 1100000 | 1000100 |
Color Harmonies of #FCD75D
Complementary color
Monochromatic Colors of #FCD75D
Black with #FCD75D
Text Example
Text Example
White with #FCD75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD75D; }
p { color: rgb(252,215,93); }
H1.HeaderClassName
{
color: #FCD75D;
}
.AnyTagClassName
{
color: #FCD75D;
}
</style>
background-color css
<style>
a { background-color: #FCD75D; }
a { background-color: rgb(252,215,93); }
div.DivClassName
{
background-color: #FCD75D;
}
.BgClassName
{
background-color: #FCD75D;
}
</style>
border-color css
<style>
span { border-color: #FCD75D; }
span { border-color: rgb(252,215,93); }
td.TdClassName
{
border-color: #FCD75D;
}
.TagClassName
{
border-color: #FCD75D;
}
</style>