Shades of Dandelion #FCD365
Tints of Dandelion #FCD365
RGB
CMYK
RGB Variations
Color information
#FCD365 (or 0xFCD365) is known color: Dandelion. HEX triplet: FC, D3 and 65. RGB value is (252,211,101). Sum of RGB (Red+Green+Blue) = 252+211+101=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 101 (39.84% from 255 or 17.91% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD365 is #032C9A. Grayscale: #D3D3D3. Windows color (decimal): -208027 or 6673404. OLE color: 6673404.
HSL color Cylindrical-coordinate representation of color #FCD365: hue angle of 43.71º 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 #FCD365 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 101 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.01 |
| HSL | 43.71º | 0.96% | 0.69% | - |
| HSV(B) | 43.71º | 0.6% | 0.99% | - |
| XYZ | 65.79 | 68.22 | 22.01 | - |
| YUV | 210.72 | 66.08 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 101 | 0 | 0.16 | 0.60 | 0.01 | 43.71 | 0.96 | 0.69 |
| Hex | FC | D3 | 65 | 0 | 10 | 3C | 1 | 2C | 60 | 45 |
| Octal | 374 | 323 | 145 | 0 | 20 | 74 | 1 | 54 | 140 | 105 |
| Binary | 11111100 | 11010011 | 1100101 | 0 | 10000 | 111100 | 1 | 101100 | 1100000 | 1000101 |
Color Harmonies of #FCD365
Complementary color
Monochromatic Colors of #FCD365
Black with #FCD365
Text Example
Text Example
White with #FCD365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD365; }
p { color: rgb(252,211,101); }
H1.HeaderClassName
{
color: #FCD365;
}
.AnyTagClassName
{
color: #FCD365;
}
</style>
background-color css
<style>
a { background-color: #FCD365; }
a { background-color: rgb(252,211,101); }
div.DivClassName
{
background-color: #FCD365;
}
.BgClassName
{
background-color: #FCD365;
}
</style>
border-color css
<style>
span { border-color: #FCD365; }
span { border-color: rgb(252,211,101); }
td.TdClassName
{
border-color: #FCD365;
}
.TagClassName
{
border-color: #FCD365;
}
</style>