Shades of Dandelion #FCDF60
Tints of Dandelion #FCDF60
RGB
CMYK
RGB Variations
Color information
#FCDF60 (or 0xFCDF60) is known color: Dandelion. HEX triplet: FC, DF and 60. RGB value is (252,223,96). Sum of RGB (Red+Green+Blue) = 252+223+96=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 96 (37.89% from 255 or 16.81% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF60 is #03209F. Grayscale: #D9D9D9. Windows color (decimal): -204960 or 6348796. OLE color: 6348796.
HSL color Cylindrical-coordinate representation of color #FCDF60: hue angle of 48.85º 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 #FCDF60 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 96 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.01 |
| HSL | 48.85º | 0.96% | 0.68% | - |
| HSV(B) | 48.85º | 0.62% | 0.99% | - |
| XYZ | 68.64 | 74.32 | 21.79 | - |
| YUV | 217.19 | 59.61 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 96 | 0 | 0.12 | 0.62 | 0.01 | 48.85 | 0.96 | 0.68 |
| Hex | FC | DF | 60 | 0 | C | 3E | 1 | 31 | 60 | 44 |
| Octal | 374 | 337 | 140 | 0 | 14 | 76 | 1 | 61 | 140 | 104 |
| Binary | 11111100 | 11011111 | 1100000 | 0 | 1100 | 111110 | 1 | 110001 | 1100000 | 1000100 |
Color Harmonies of #FCDF60
Complementary color
Monochromatic Colors of #FCDF60
Black with #FCDF60
Text Example
Text Example
White with #FCDF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF60; }
p { color: rgb(252,223,96); }
H1.HeaderClassName
{
color: #FCDF60;
}
.AnyTagClassName
{
color: #FCDF60;
}
</style>
background-color css
<style>
a { background-color: #FCDF60; }
a { background-color: rgb(252,223,96); }
div.DivClassName
{
background-color: #FCDF60;
}
.BgClassName
{
background-color: #FCDF60;
}
</style>
border-color css
<style>
span { border-color: #FCDF60; }
span { border-color: rgb(252,223,96); }
td.TdClassName
{
border-color: #FCDF60;
}
.TagClassName
{
border-color: #FCDF60;
}
</style>