Shades of Dandelion #FCDF68
Tints of Dandelion #FCDF68
RGB
CMYK
RGB Variations
Color information
#FCDF68 (or 0xFCDF68) is known color: Dandelion. HEX triplet: FC, DF and 68. RGB value is (252,223,104). Sum of RGB (Red+Green+Blue) = 252+223+104=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 104 (41.02% from 255 or 17.96% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF68 is #032097. Grayscale: #DADADA. Windows color (decimal): -204952 or 6873084. OLE color: 6873084.
HSL color Cylindrical-coordinate representation of color #FCDF68: hue angle of 48.24º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCDF68 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 104 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.01 |
| HSL | 48.24º | 0.96% | 0.7% | - |
| HSV(B) | 48.24º | 0.59% | 0.99% | - |
| XYZ | 69.03 | 74.47 | 23.83 | - |
| YUV | 218.11 | 63.61 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 104 | 0 | 0.12 | 0.59 | 0.01 | 48.24 | 0.96 | 0.7 |
| Hex | FC | DF | 68 | 0 | C | 3B | 1 | 30 | 60 | 46 |
| Octal | 374 | 337 | 150 | 0 | 14 | 73 | 1 | 60 | 140 | 106 |
| Binary | 11111100 | 11011111 | 1101000 | 0 | 1100 | 111011 | 1 | 110000 | 1100000 | 1000110 |
Color Harmonies of #FCDF68
Complementary color
Monochromatic Colors of #FCDF68
Black with #FCDF68
Text Example
Text Example
White with #FCDF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF68; }
p { color: rgb(252,223,104); }
H1.HeaderClassName
{
color: #FCDF68;
}
.AnyTagClassName
{
color: #FCDF68;
}
</style>
background-color css
<style>
a { background-color: #FCDF68; }
a { background-color: rgb(252,223,104); }
div.DivClassName
{
background-color: #FCDF68;
}
.BgClassName
{
background-color: #FCDF68;
}
</style>
border-color css
<style>
span { border-color: #FCDF68; }
span { border-color: rgb(252,223,104); }
td.TdClassName
{
border-color: #FCDF68;
}
.TagClassName
{
border-color: #FCDF68;
}
</style>