Shades of Dandelion #FCDF65
Tints of Dandelion #FCDF65
RGB
CMYK
RGB Variations
Color information
#FCDF65 (or 0xFCDF65) is known color: Dandelion. HEX triplet: FC, DF and 65. RGB value is (252,223,101). Sum of RGB (Red+Green+Blue) = 252+223+101=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 101 (39.84% from 255 or 17.53% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF65 is #03209A. Grayscale: #DADADA. Windows color (decimal): -204955 or 6676476. OLE color: 6676476.
HSL color Cylindrical-coordinate representation of color #FCDF65: hue angle of 48.48º 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 #FCDF65 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 101 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.01 |
| HSL | 48.48º | 0.96% | 0.69% | - |
| HSV(B) | 48.48º | 0.6% | 0.99% | - |
| XYZ | 68.88 | 74.41 | 23.04 | - |
| YUV | 217.76 | 62.11 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 101 | 0 | 0.12 | 0.60 | 0.01 | 48.48 | 0.96 | 0.69 |
| Hex | FC | DF | 65 | 0 | C | 3C | 1 | 30 | 60 | 45 |
| Octal | 374 | 337 | 145 | 0 | 14 | 74 | 1 | 60 | 140 | 105 |
| Binary | 11111100 | 11011111 | 1100101 | 0 | 1100 | 111100 | 1 | 110000 | 1100000 | 1000101 |
Color Harmonies of #FCDF65
Complementary color
Monochromatic Colors of #FCDF65
Black with #FCDF65
Text Example
Text Example
White with #FCDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF65; }
p { color: rgb(252,223,101); }
H1.HeaderClassName
{
color: #FCDF65;
}
.AnyTagClassName
{
color: #FCDF65;
}
</style>
background-color css
<style>
a { background-color: #FCDF65; }
a { background-color: rgb(252,223,101); }
div.DivClassName
{
background-color: #FCDF65;
}
.BgClassName
{
background-color: #FCDF65;
}
</style>
border-color css
<style>
span { border-color: #FCDF65; }
span { border-color: rgb(252,223,101); }
td.TdClassName
{
border-color: #FCDF65;
}
.TagClassName
{
border-color: #FCDF65;
}
</style>