Shades of Dandelion #FCDF64
Tints of Dandelion #FCDF64
RGB
CMYK
RGB Variations
Color information
#FCDF64 (or 0xFCDF64) is known color: Dandelion. HEX triplet: FC, DF and 64. RGB value is (252,223,100). Sum of RGB (Red+Green+Blue) = 252+223+100=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 100 (39.45% from 255 or 17.39% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF64 is #03209B. Grayscale: #DADADA. Windows color (decimal): -204956 or 6610940. OLE color: 6610940.
HSL color Cylindrical-coordinate representation of color #FCDF64: hue angle of 48.55º 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 #FCDF64 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 100 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.01 |
| HSL | 48.55º | 0.96% | 0.69% | - |
| HSV(B) | 48.55º | 0.6% | 0.99% | - |
| XYZ | 68.83 | 74.39 | 22.79 | - |
| YUV | 217.65 | 61.61 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 100 | 0 | 0.12 | 0.60 | 0.01 | 48.55 | 0.96 | 0.69 |
| Hex | FC | DF | 64 | 0 | C | 3C | 1 | 31 | 60 | 45 |
| Octal | 374 | 337 | 144 | 0 | 14 | 74 | 1 | 61 | 140 | 105 |
| Binary | 11111100 | 11011111 | 1100100 | 0 | 1100 | 111100 | 1 | 110001 | 1100000 | 1000101 |
Color Harmonies of #FCDF64
Complementary color
Monochromatic Colors of #FCDF64
Black with #FCDF64
Text Example
Text Example
White with #FCDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF64; }
p { color: rgb(252,223,100); }
H1.HeaderClassName
{
color: #FCDF64;
}
.AnyTagClassName
{
color: #FCDF64;
}
</style>
background-color css
<style>
a { background-color: #FCDF64; }
a { background-color: rgb(252,223,100); }
div.DivClassName
{
background-color: #FCDF64;
}
.BgClassName
{
background-color: #FCDF64;
}
</style>
border-color css
<style>
span { border-color: #FCDF64; }
span { border-color: rgb(252,223,100); }
td.TdClassName
{
border-color: #FCDF64;
}
.TagClassName
{
border-color: #FCDF64;
}
</style>