Shades of Dandelion #FCDD5F
Tints of Dandelion #FCDD5F
RGB
CMYK
RGB Variations
Color information
#FCDD5F (or 0xFCDD5F) is known color: Dandelion. HEX triplet: FC, DD and 5F. RGB value is (252,221,95). Sum of RGB (Red+Green+Blue) = 252+221+95=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 95 (37.5% from 255 or 16.73% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD5F is #0322A0. Grayscale: #D8D8D8. Windows color (decimal): -205473 or 6282748. OLE color: 6282748.
HSL color Cylindrical-coordinate representation of color #FCDD5F: hue angle of 48.15º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCDD5F is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 95 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.01 |
| HSL | 48.15º | 0.96% | 0.68% | - |
| HSV(B) | 48.15º | 0.62% | 0.99% | - |
| XYZ | 68.07 | 73.23 | 21.37 | - |
| YUV | 215.91 | 59.77 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 95 | 0 | 0.12 | 0.62 | 0.01 | 48.15 | 0.96 | 0.68 |
| Hex | FC | DD | 5F | 0 | C | 3E | 1 | 30 | 60 | 44 |
| Octal | 374 | 335 | 137 | 0 | 14 | 76 | 1 | 60 | 140 | 104 |
| Binary | 11111100 | 11011101 | 1011111 | 0 | 1100 | 111110 | 1 | 110000 | 1100000 | 1000100 |
Color Harmonies of #FCDD5F
Complementary color
Monochromatic Colors of #FCDD5F
Black with #FCDD5F
Text Example
Text Example
White with #FCDD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD5F; }
p { color: rgb(252,221,95); }
H1.HeaderClassName
{
color: #FCDD5F;
}
.AnyTagClassName
{
color: #FCDD5F;
}
</style>
background-color css
<style>
a { background-color: #FCDD5F; }
a { background-color: rgb(252,221,95); }
div.DivClassName
{
background-color: #FCDD5F;
}
.BgClassName
{
background-color: #FCDD5F;
}
</style>
border-color css
<style>
span { border-color: #FCDD5F; }
span { border-color: rgb(252,221,95); }
td.TdClassName
{
border-color: #FCDD5F;
}
.TagClassName
{
border-color: #FCDD5F;
}
</style>