Shades of Dandelion #FCD465
Tints of Dandelion #FCD465
RGB
CMYK
RGB Variations
Color information
#FCD465 (or 0xFCD465) is known color: Dandelion. HEX triplet: FC, D4 and 65. RGB value is (252,212,101). Sum of RGB (Red+Green+Blue) = 252+212+101=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 101 (39.84% from 255 or 17.88% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD465 is #032B9A. Grayscale: #D3D3D3. Windows color (decimal): -207771 or 6673660. OLE color: 6673660.
HSL color Cylindrical-coordinate representation of color #FCD465: hue angle of 44.11º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCD465 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 101 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.01 |
| HSL | 44.11º | 0.96% | 0.69% | - |
| HSV(B) | 44.11º | 0.6% | 0.99% | - |
| XYZ | 66.04 | 68.72 | 22.1 | - |
| YUV | 211.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 101 | 0 | 0.16 | 0.60 | 0.01 | 44.11 | 0.96 | 0.69 |
| Hex | FC | D4 | 65 | 0 | 10 | 3C | 1 | 2C | 60 | 45 |
| Octal | 374 | 324 | 145 | 0 | 20 | 74 | 1 | 54 | 140 | 105 |
| Binary | 11111100 | 11010100 | 1100101 | 0 | 10000 | 111100 | 1 | 101100 | 1100000 | 1000101 |
Color Harmonies of #FCD465
Complementary color
Monochromatic Colors of #FCD465
Black with #FCD465
Text Example
Text Example
White with #FCD465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD465; }
p { color: rgb(252,212,101); }
H1.HeaderClassName
{
color: #FCD465;
}
.AnyTagClassName
{
color: #FCD465;
}
</style>
background-color css
<style>
a { background-color: #FCD465; }
a { background-color: rgb(252,212,101); }
div.DivClassName
{
background-color: #FCD465;
}
.BgClassName
{
background-color: #FCD465;
}
</style>
border-color css
<style>
span { border-color: #FCD465; }
span { border-color: rgb(252,212,101); }
td.TdClassName
{
border-color: #FCD465;
}
.TagClassName
{
border-color: #FCD465;
}
</style>