Shades of Dandelion #FCD265
Tints of Dandelion #FCD265
RGB
CMYK
RGB Variations
Color information
#FCD265 (or 0xFCD265) is known color: Dandelion. HEX triplet: FC, D2 and 65. RGB value is (252,210,101). Sum of RGB (Red+Green+Blue) = 252+210+101=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD265 is #032D9A. Grayscale: #D2D2D2. Windows color (decimal): -208283 or 6673148. OLE color: 6673148.
HSL color Cylindrical-coordinate representation of color #FCD265: hue angle of 43.31º 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 #FCD265 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 101 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.01 |
| HSL | 43.31º | 0.96% | 0.69% | - |
| HSV(B) | 43.31º | 0.6% | 0.99% | - |
| XYZ | 65.54 | 67.73 | 21.93 | - |
| YUV | 210.13 | 66.41 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 101 | 0 | 0.17 | 0.60 | 0.01 | 43.31 | 0.96 | 0.69 |
| Hex | FC | D2 | 65 | 0 | 11 | 3C | 1 | 2B | 60 | 45 |
| Octal | 374 | 322 | 145 | 0 | 21 | 74 | 1 | 53 | 140 | 105 |
| Binary | 11111100 | 11010010 | 1100101 | 0 | 10001 | 111100 | 1 | 101011 | 1100000 | 1000101 |
Color Harmonies of #FCD265
Complementary color
Monochromatic Colors of #FCD265
Black with #FCD265
Text Example
Text Example
White with #FCD265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD265; }
p { color: rgb(252,210,101); }
H1.HeaderClassName
{
color: #FCD265;
}
.AnyTagClassName
{
color: #FCD265;
}
</style>
background-color css
<style>
a { background-color: #FCD265; }
a { background-color: rgb(252,210,101); }
div.DivClassName
{
background-color: #FCD265;
}
.BgClassName
{
background-color: #FCD265;
}
</style>
border-color css
<style>
span { border-color: #FCD265; }
span { border-color: rgb(252,210,101); }
td.TdClassName
{
border-color: #FCD265;
}
.TagClassName
{
border-color: #FCD265;
}
</style>