Shades of Dandelion #FCD463
Tints of Dandelion #FCD463
RGB
CMYK
RGB Variations
Color information
#FCD463 (or 0xFCD463) is known color: Dandelion. HEX triplet: FC, D4 and 63. RGB value is (252,212,99). Sum of RGB (Red+Green+Blue) = 252+212+99=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 99 (39.06% from 255 or 17.58% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD463 is #032B9C. Grayscale: #D3D3D3. Windows color (decimal): -207773 or 6542588. OLE color: 6542588.
HSL color Cylindrical-coordinate representation of color #FCD463: hue angle of 44.31º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCD463 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 99 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.01 |
| HSL | 44.31º | 0.96% | 0.69% | - |
| HSV(B) | 44.31º | 0.61% | 0.99% | - |
| XYZ | 65.94 | 68.68 | 21.59 | - |
| YUV | 211.08 | 64.75 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 99 | 0 | 0.16 | 0.61 | 0.01 | 44.31 | 0.96 | 0.69 |
| Hex | FC | D4 | 63 | 0 | 10 | 3D | 1 | 2C | 60 | 45 |
| Octal | 374 | 324 | 143 | 0 | 20 | 75 | 1 | 54 | 140 | 105 |
| Binary | 11111100 | 11010100 | 1100011 | 0 | 10000 | 111101 | 1 | 101100 | 1100000 | 1000101 |
Color Harmonies of #FCD463
Complementary color
Monochromatic Colors of #FCD463
Black with #FCD463
Text Example
Text Example
White with #FCD463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD463; }
p { color: rgb(252,212,99); }
H1.HeaderClassName
{
color: #FCD463;
}
.AnyTagClassName
{
color: #FCD463;
}
</style>
background-color css
<style>
a { background-color: #FCD463; }
a { background-color: rgb(252,212,99); }
div.DivClassName
{
background-color: #FCD463;
}
.BgClassName
{
background-color: #FCD463;
}
</style>
border-color css
<style>
span { border-color: #FCD463; }
span { border-color: rgb(252,212,99); }
td.TdClassName
{
border-color: #FCD463;
}
.TagClassName
{
border-color: #FCD463;
}
</style>