Shades of Dandelion #FCD461
Tints of Dandelion #FCD461
RGB
CMYK
RGB Variations
Color information
#FCD461 (or 0xFCD461) is known color: Dandelion. HEX triplet: FC, D4 and 61. RGB value is (252,212,97). Sum of RGB (Red+Green+Blue) = 252+212+97=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 97 (38.28% from 255 or 17.29% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD461 is #032B9E. Grayscale: #D3D3D3. Windows color (decimal): -207775 or 6411516. OLE color: 6411516.
HSL color Cylindrical-coordinate representation of color #FCD461: hue angle of 44.52º 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 #FCD461 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 97 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.01 |
| HSL | 44.52º | 0.96% | 0.68% | - |
| HSV(B) | 44.52º | 0.62% | 0.99% | - |
| XYZ | 65.85 | 68.65 | 21.09 | - |
| YUV | 210.85 | 63.75 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 97 | 0 | 0.16 | 0.62 | 0.01 | 44.52 | 0.96 | 0.68 |
| Hex | FC | D4 | 61 | 0 | 10 | 3E | 1 | 2D | 60 | 44 |
| Octal | 374 | 324 | 141 | 0 | 20 | 76 | 1 | 55 | 140 | 104 |
| Binary | 11111100 | 11010100 | 1100001 | 0 | 10000 | 111110 | 1 | 101101 | 1100000 | 1000100 |
Color Harmonies of #FCD461
Complementary color
Monochromatic Colors of #FCD461
Black with #FCD461
Text Example
Text Example
White with #FCD461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD461; }
p { color: rgb(252,212,97); }
H1.HeaderClassName
{
color: #FCD461;
}
.AnyTagClassName
{
color: #FCD461;
}
</style>
background-color css
<style>
a { background-color: #FCD461; }
a { background-color: rgb(252,212,97); }
div.DivClassName
{
background-color: #FCD461;
}
.BgClassName
{
background-color: #FCD461;
}
</style>
border-color css
<style>
span { border-color: #FCD461; }
span { border-color: rgb(252,212,97); }
td.TdClassName
{
border-color: #FCD461;
}
.TagClassName
{
border-color: #FCD461;
}
</style>