Shades of Dandelion #FCD65F
Tints of Dandelion #FCD65F
RGB
CMYK
RGB Variations
Color information
#FCD65F (or 0xFCD65F) is known color: Dandelion. HEX triplet: FC, D6 and 5F. RGB value is (252,214,95). Sum of RGB (Red+Green+Blue) = 252+214+95=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 95 (37.5% from 255 or 16.93% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD65F is #0329A0. Grayscale: #D4D4D4. Windows color (decimal): -207265 or 6280956. OLE color: 6280956.
HSL color Cylindrical-coordinate representation of color #FCD65F: hue angle of 45.48º 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 #FCD65F is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 95 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.01 |
| HSL | 45.48º | 0.96% | 0.68% | - |
| HSV(B) | 45.48º | 0.62% | 0.99% | - |
| XYZ | 66.26 | 69.61 | 20.77 | - |
| YUV | 211.8 | 62.09 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 95 | 0 | 0.15 | 0.62 | 0.01 | 45.48 | 0.96 | 0.68 |
| Hex | FC | D6 | 5F | 0 | F | 3E | 1 | 2D | 60 | 44 |
| Octal | 374 | 326 | 137 | 0 | 17 | 76 | 1 | 55 | 140 | 104 |
| Binary | 11111100 | 11010110 | 1011111 | 0 | 1111 | 111110 | 1 | 101101 | 1100000 | 1000100 |
Color Harmonies of #FCD65F
Complementary color
Monochromatic Colors of #FCD65F
Black with #FCD65F
Text Example
Text Example
White with #FCD65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD65F; }
p { color: rgb(252,214,95); }
H1.HeaderClassName
{
color: #FCD65F;
}
.AnyTagClassName
{
color: #FCD65F;
}
</style>
background-color css
<style>
a { background-color: #FCD65F; }
a { background-color: rgb(252,214,95); }
div.DivClassName
{
background-color: #FCD65F;
}
.BgClassName
{
background-color: #FCD65F;
}
</style>
border-color css
<style>
span { border-color: #FCD65F; }
span { border-color: rgb(252,214,95); }
td.TdClassName
{
border-color: #FCD65F;
}
.TagClassName
{
border-color: #FCD65F;
}
</style>