Shades of Dandelion #FCDB5E
Tints of Dandelion #FCDB5E
RGB
CMYK
RGB Variations
Color information
#FCDB5E (or 0xFCDB5E) is known color: Dandelion. HEX triplet: FC, DB and 5E. RGB value is (252,219,94). Sum of RGB (Red+Green+Blue) = 252+219+94=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 94 (37.11% from 255 or 16.64% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB5E is #0324A1. Grayscale: #D7D7D7. Windows color (decimal): -205986 or 6216700. OLE color: 6216700.
HSL color Cylindrical-coordinate representation of color #FCDB5E: hue angle of 47.47º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCDB5E is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 94 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.01 |
| HSL | 47.47º | 0.96% | 0.68% | - |
| HSV(B) | 47.47º | 0.63% | 0.99% | - |
| XYZ | 67.5 | 72.17 | 20.96 | - |
| YUV | 214.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 94 | 0 | 0.13 | 0.63 | 0.01 | 47.47 | 0.96 | 0.68 |
| Hex | FC | DB | 5E | 0 | D | 3F | 1 | 2F | 60 | 44 |
| Octal | 374 | 333 | 136 | 0 | 15 | 77 | 1 | 57 | 140 | 104 |
| Binary | 11111100 | 11011011 | 1011110 | 0 | 1101 | 111111 | 1 | 101111 | 1100000 | 1000100 |
Color Harmonies of #FCDB5E
Complementary color
Monochromatic Colors of #FCDB5E
Black with #FCDB5E
Text Example
Text Example
White with #FCDB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB5E; }
p { color: rgb(252,219,94); }
H1.HeaderClassName
{
color: #FCDB5E;
}
.AnyTagClassName
{
color: #FCDB5E;
}
</style>
background-color css
<style>
a { background-color: #FCDB5E; }
a { background-color: rgb(252,219,94); }
div.DivClassName
{
background-color: #FCDB5E;
}
.BgClassName
{
background-color: #FCDB5E;
}
</style>
border-color css
<style>
span { border-color: #FCDB5E; }
span { border-color: rgb(252,219,94); }
td.TdClassName
{
border-color: #FCDB5E;
}
.TagClassName
{
border-color: #FCDB5E;
}
</style>