Shades of Dandelion #FCD765
Tints of Dandelion #FCD765
RGB
CMYK
RGB Variations
Color information
#FCD765 (or 0xFCD765) is known color: Dandelion. HEX triplet: FC, D7 and 65. RGB value is (252,215,101). Sum of RGB (Red+Green+Blue) = 252+215+101=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 101 (39.84% from 255 or 17.78% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD765 is #03289A. Grayscale: #D5D5D5. Windows color (decimal): -207003 or 6674428. OLE color: 6674428.
HSL color Cylindrical-coordinate representation of color #FCD765: hue angle of 45.3º 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 #FCD765 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 101 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.01 |
| HSL | 45.3º | 0.96% | 0.69% | - |
| HSV(B) | 45.3º | 0.6% | 0.99% | - |
| XYZ | 66.79 | 70.24 | 22.35 | - |
| YUV | 213.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 101 | 0 | 0.15 | 0.60 | 0.01 | 45.3 | 0.96 | 0.69 |
| Hex | FC | D7 | 65 | 0 | F | 3C | 1 | 2D | 60 | 45 |
| Octal | 374 | 327 | 145 | 0 | 17 | 74 | 1 | 55 | 140 | 105 |
| Binary | 11111100 | 11010111 | 1100101 | 0 | 1111 | 111100 | 1 | 101101 | 1100000 | 1000101 |
Color Harmonies of #FCD765
Complementary color
Monochromatic Colors of #FCD765
Black with #FCD765
Text Example
Text Example
White with #FCD765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD765; }
p { color: rgb(252,215,101); }
H1.HeaderClassName
{
color: #FCD765;
}
.AnyTagClassName
{
color: #FCD765;
}
</style>
background-color css
<style>
a { background-color: #FCD765; }
a { background-color: rgb(252,215,101); }
div.DivClassName
{
background-color: #FCD765;
}
.BgClassName
{
background-color: #FCD765;
}
</style>
border-color css
<style>
span { border-color: #FCD765; }
span { border-color: rgb(252,215,101); }
td.TdClassName
{
border-color: #FCD765;
}
.TagClassName
{
border-color: #FCD765;
}
</style>