Shades of Dandelion #FCDD5E
Tints of Dandelion #FCDD5E
RGB
CMYK
RGB Variations
Color information
#FCDD5E (or 0xFCDD5E) is known color: Dandelion. HEX triplet: FC, DD and 5E. RGB value is (252,221,94). Sum of RGB (Red+Green+Blue) = 252+221+94=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 94 (37.11% from 255 or 16.58% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD5E is #0322A1. Grayscale: #D8D8D8. Windows color (decimal): -205474 or 6217212. OLE color: 6217212.
HSL color Cylindrical-coordinate representation of color #FCDD5E: hue angle of 48.23º 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 #FCDD5E is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 94 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.01 |
| HSL | 48.23º | 0.96% | 0.68% | - |
| HSV(B) | 48.23º | 0.63% | 0.99% | - |
| XYZ | 68.02 | 73.22 | 21.14 | - |
| YUV | 215.79 | 59.27 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 94 | 0 | 0.12 | 0.63 | 0.01 | 48.23 | 0.96 | 0.68 |
| Hex | FC | DD | 5E | 0 | C | 3F | 1 | 30 | 60 | 44 |
| Octal | 374 | 335 | 136 | 0 | 14 | 77 | 1 | 60 | 140 | 104 |
| Binary | 11111100 | 11011101 | 1011110 | 0 | 1100 | 111111 | 1 | 110000 | 1100000 | 1000100 |
Color Harmonies of #FCDD5E
Complementary color
Monochromatic Colors of #FCDD5E
Black with #FCDD5E
Text Example
Text Example
White with #FCDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD5E; }
p { color: rgb(252,221,94); }
H1.HeaderClassName
{
color: #FCDD5E;
}
.AnyTagClassName
{
color: #FCDD5E;
}
</style>
background-color css
<style>
a { background-color: #FCDD5E; }
a { background-color: rgb(252,221,94); }
div.DivClassName
{
background-color: #FCDD5E;
}
.BgClassName
{
background-color: #FCDD5E;
}
</style>
border-color css
<style>
span { border-color: #FCDD5E; }
span { border-color: rgb(252,221,94); }
td.TdClassName
{
border-color: #FCDD5E;
}
.TagClassName
{
border-color: #FCDD5E;
}
</style>