Shades of Dandelion #FCE060
Tints of Dandelion #FCE060
RGB
CMYK
RGB Variations
Color information
#FCE060 (or 0xFCE060) is known color: Dandelion. HEX triplet: FC, E0 and 60. RGB value is (252,224,96). Sum of RGB (Red+Green+Blue) = 252+224+96=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 96 (37.89% from 255 or 16.78% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE060 is #031F9F. Grayscale: #DADADA. Windows color (decimal): -204704 or 6349052. OLE color: 6349052.
HSL color Cylindrical-coordinate representation of color #FCE060: hue angle of 49.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 #FCE060 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 96 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.01 |
| HSL | 49.23º | 0.96% | 0.68% | - |
| HSV(B) | 49.23º | 0.62% | 0.99% | - |
| XYZ | 68.91 | 74.85 | 21.88 | - |
| YUV | 217.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 96 | 0 | 0.11 | 0.62 | 0.01 | 49.23 | 0.96 | 0.68 |
| Hex | FC | E0 | 60 | 0 | B | 3E | 1 | 31 | 60 | 44 |
| Octal | 374 | 340 | 140 | 0 | 13 | 76 | 1 | 61 | 140 | 104 |
| Binary | 11111100 | 11100000 | 1100000 | 0 | 1011 | 111110 | 1 | 110001 | 1100000 | 1000100 |
Color Harmonies of #FCE060
Complementary color
Monochromatic Colors of #FCE060
Black with #FCE060
Text Example
Text Example
White with #FCE060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE060; }
p { color: rgb(252,224,96); }
H1.HeaderClassName
{
color: #FCE060;
}
.AnyTagClassName
{
color: #FCE060;
}
</style>
background-color css
<style>
a { background-color: #FCE060; }
a { background-color: rgb(252,224,96); }
div.DivClassName
{
background-color: #FCE060;
}
.BgClassName
{
background-color: #FCE060;
}
</style>
border-color css
<style>
span { border-color: #FCE060; }
span { border-color: rgb(252,224,96); }
td.TdClassName
{
border-color: #FCE060;
}
.TagClassName
{
border-color: #FCE060;
}
</style>