Shades of Dandelion #FCDB61
Tints of Dandelion #FCDB61
RGB
CMYK
RGB Variations
Color information
#FCDB61 (or 0xFCDB61) is known color: Dandelion. HEX triplet: FC, DB and 61. RGB value is (252,219,97). Sum of RGB (Red+Green+Blue) = 252+219+97=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 97 (38.28% from 255 or 17.08% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB61 is #03249E. Grayscale: #D7D7D7. Windows color (decimal): -205983 or 6413308. OLE color: 6413308.
HSL color Cylindrical-coordinate representation of color #FCDB61: hue angle of 47.23º 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 #FCDB61 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 97 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.01 |
| HSL | 47.23º | 0.96% | 0.68% | - |
| HSV(B) | 47.23º | 0.62% | 0.99% | - |
| XYZ | 67.63 | 72.22 | 21.68 | - |
| YUV | 214.96 | 61.43 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 97 | 0 | 0.13 | 0.62 | 0.01 | 47.23 | 0.96 | 0.68 |
| Hex | FC | DB | 61 | 0 | D | 3E | 1 | 2F | 60 | 44 |
| Octal | 374 | 333 | 141 | 0 | 15 | 76 | 1 | 57 | 140 | 104 |
| Binary | 11111100 | 11011011 | 1100001 | 0 | 1101 | 111110 | 1 | 101111 | 1100000 | 1000100 |
Color Harmonies of #FCDB61
Complementary color
Monochromatic Colors of #FCDB61
Black with #FCDB61
Text Example
Text Example
White with #FCDB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB61; }
p { color: rgb(252,219,97); }
H1.HeaderClassName
{
color: #FCDB61;
}
.AnyTagClassName
{
color: #FCDB61;
}
</style>
background-color css
<style>
a { background-color: #FCDB61; }
a { background-color: rgb(252,219,97); }
div.DivClassName
{
background-color: #FCDB61;
}
.BgClassName
{
background-color: #FCDB61;
}
</style>
border-color css
<style>
span { border-color: #FCDB61; }
span { border-color: rgb(252,219,97); }
td.TdClassName
{
border-color: #FCDB61;
}
.TagClassName
{
border-color: #FCDB61;
}
</style>