Shades of Dandelion #FCD263
Tints of Dandelion #FCD263
RGB
CMYK
RGB Variations
Color information
#FCD263 (or 0xFCD263) is known color: Dandelion. HEX triplet: FC, D2 and 63. RGB value is (252,210,99). Sum of RGB (Red+Green+Blue) = 252+210+99=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 99 (39.06% from 255 or 17.65% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD263 is #032D9C. Grayscale: #D2D2D2. Windows color (decimal): -208285 or 6542076. OLE color: 6542076.
HSL color Cylindrical-coordinate representation of color #FCD263: hue angle of 43.53º 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 #FCD263 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 99 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.01 |
| HSL | 43.53º | 0.96% | 0.69% | - |
| HSV(B) | 43.53º | 0.61% | 0.99% | - |
| XYZ | 65.44 | 67.69 | 21.42 | - |
| YUV | 209.9 | 65.41 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 99 | 0 | 0.17 | 0.61 | 0.01 | 43.53 | 0.96 | 0.69 |
| Hex | FC | D2 | 63 | 0 | 11 | 3D | 1 | 2C | 60 | 45 |
| Octal | 374 | 322 | 143 | 0 | 21 | 75 | 1 | 54 | 140 | 105 |
| Binary | 11111100 | 11010010 | 1100011 | 0 | 10001 | 111101 | 1 | 101100 | 1100000 | 1000101 |
Color Harmonies of #FCD263
Complementary color
Monochromatic Colors of #FCD263
Black with #FCD263
Text Example
Text Example
White with #FCD263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD263; }
p { color: rgb(252,210,99); }
H1.HeaderClassName
{
color: #FCD263;
}
.AnyTagClassName
{
color: #FCD263;
}
</style>
background-color css
<style>
a { background-color: #FCD263; }
a { background-color: rgb(252,210,99); }
div.DivClassName
{
background-color: #FCD263;
}
.BgClassName
{
background-color: #FCD263;
}
</style>
border-color css
<style>
span { border-color: #FCD263; }
span { border-color: rgb(252,210,99); }
td.TdClassName
{
border-color: #FCD263;
}
.TagClassName
{
border-color: #FCD263;
}
</style>