Shades of Dandelion #FCDB68
Tints of Dandelion #FCDB68
RGB
CMYK
RGB Variations
Color information
#FCDB68 (or 0xFCDB68) is known color: Dandelion. HEX triplet: FC, DB and 68. RGB value is (252,219,104). Sum of RGB (Red+Green+Blue) = 252+219+104=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 104 (41.02% from 255 or 18.09% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB68 is #032497. Grayscale: #D8D8D8. Windows color (decimal): -205976 or 6872060. OLE color: 6872060.
HSL color Cylindrical-coordinate representation of color #FCDB68: hue angle of 46.62º 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 #FCDB68 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 104 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.01 |
| HSL | 46.62º | 0.96% | 0.7% | - |
| HSV(B) | 46.62º | 0.59% | 0.99% | - |
| XYZ | 67.98 | 72.36 | 23.48 | - |
| YUV | 215.76 | 64.93 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 104 | 0 | 0.13 | 0.59 | 0.01 | 46.62 | 0.96 | 0.7 |
| Hex | FC | DB | 68 | 0 | D | 3B | 1 | 2F | 60 | 46 |
| Octal | 374 | 333 | 150 | 0 | 15 | 73 | 1 | 57 | 140 | 106 |
| Binary | 11111100 | 11011011 | 1101000 | 0 | 1101 | 111011 | 1 | 101111 | 1100000 | 1000110 |
Color Harmonies of #FCDB68
Complementary color
Monochromatic Colors of #FCDB68
Black with #FCDB68
Text Example
Text Example
White with #FCDB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB68; }
p { color: rgb(252,219,104); }
H1.HeaderClassName
{
color: #FCDB68;
}
.AnyTagClassName
{
color: #FCDB68;
}
</style>
background-color css
<style>
a { background-color: #FCDB68; }
a { background-color: rgb(252,219,104); }
div.DivClassName
{
background-color: #FCDB68;
}
.BgClassName
{
background-color: #FCDB68;
}
</style>
border-color css
<style>
span { border-color: #FCDB68; }
span { border-color: rgb(252,219,104); }
td.TdClassName
{
border-color: #FCDB68;
}
.TagClassName
{
border-color: #FCDB68;
}
</style>