Shades of Dandelion #FCD65D
Tints of Dandelion #FCD65D
RGB
CMYK
RGB Variations
Color information
#FCD65D (or 0xFCD65D) is known color: Dandelion. HEX triplet: FC, D6 and 5D. RGB value is (252,214,93). Sum of RGB (Red+Green+Blue) = 252+214+93=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD65D is #0329A2. Grayscale: #D4D4D4. Windows color (decimal): -207267 or 6149884. OLE color: 6149884.
HSL color Cylindrical-coordinate representation of color #FCD65D: hue angle of 45.66º 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 #FCD65D is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 93 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.01 |
| HSL | 45.66º | 0.96% | 0.68% | - |
| HSV(B) | 45.66º | 0.63% | 0.99% | - |
| XYZ | 66.17 | 69.58 | 20.3 | - |
| YUV | 211.57 | 61.09 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 93 | 0 | 0.15 | 0.63 | 0.01 | 45.66 | 0.96 | 0.68 |
| Hex | FC | D6 | 5D | 0 | F | 3F | 1 | 2E | 60 | 44 |
| Octal | 374 | 326 | 135 | 0 | 17 | 77 | 1 | 56 | 140 | 104 |
| Binary | 11111100 | 11010110 | 1011101 | 0 | 1111 | 111111 | 1 | 101110 | 1100000 | 1000100 |
Color Harmonies of #FCD65D
Complementary color
Monochromatic Colors of #FCD65D
Black with #FCD65D
Text Example
Text Example
White with #FCD65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD65D; }
p { color: rgb(252,214,93); }
H1.HeaderClassName
{
color: #FCD65D;
}
.AnyTagClassName
{
color: #FCD65D;
}
</style>
background-color css
<style>
a { background-color: #FCD65D; }
a { background-color: rgb(252,214,93); }
div.DivClassName
{
background-color: #FCD65D;
}
.BgClassName
{
background-color: #FCD65D;
}
</style>
border-color css
<style>
span { border-color: #FCD65D; }
span { border-color: rgb(252,214,93); }
td.TdClassName
{
border-color: #FCD65D;
}
.TagClassName
{
border-color: #FCD65D;
}
</style>