Shades of Dandelion #FCDA60
Tints of Dandelion #FCDA60
RGB
CMYK
RGB Variations
Color information
#FCDA60 (or 0xFCDA60) is known color: Dandelion. HEX triplet: FC, DA and 60. RGB value is (252,218,96). Sum of RGB (Red+Green+Blue) = 252+218+96=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 96 (37.89% from 255 or 16.96% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA60 is #03259F. Grayscale: #D6D6D6. Windows color (decimal): -206240 or 6347516. OLE color: 6347516.
HSL color Cylindrical-coordinate representation of color #FCDA60: hue angle of 46.92º 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 #FCDA60 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 96 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.01 |
| HSL | 46.92º | 0.96% | 0.68% | - |
| HSV(B) | 46.92º | 0.62% | 0.99% | - |
| XYZ | 67.33 | 71.68 | 21.35 | - |
| YUV | 214.26 | 61.26 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 96 | 0 | 0.13 | 0.62 | 0.01 | 46.92 | 0.96 | 0.68 |
| Hex | FC | DA | 60 | 0 | D | 3E | 1 | 2F | 60 | 44 |
| Octal | 374 | 332 | 140 | 0 | 15 | 76 | 1 | 57 | 140 | 104 |
| Binary | 11111100 | 11011010 | 1100000 | 0 | 1101 | 111110 | 1 | 101111 | 1100000 | 1000100 |
Color Harmonies of #FCDA60
Complementary color
Monochromatic Colors of #FCDA60
Black with #FCDA60
Text Example
Text Example
White with #FCDA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA60; }
p { color: rgb(252,218,96); }
H1.HeaderClassName
{
color: #FCDA60;
}
.AnyTagClassName
{
color: #FCDA60;
}
</style>
background-color css
<style>
a { background-color: #FCDA60; }
a { background-color: rgb(252,218,96); }
div.DivClassName
{
background-color: #FCDA60;
}
.BgClassName
{
background-color: #FCDA60;
}
</style>
border-color css
<style>
span { border-color: #FCDA60; }
span { border-color: rgb(252,218,96); }
td.TdClassName
{
border-color: #FCDA60;
}
.TagClassName
{
border-color: #FCDA60;
}
</style>