Shades of Dandelion #FCE164
Tints of Dandelion #FCE164
RGB
CMYK
RGB Variations
Color information
#FCE164 (or 0xFCE164) is known color: Dandelion. HEX triplet: FC, E1 and 64. RGB value is (252,225,100). Sum of RGB (Red+Green+Blue) = 252+225+100=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 100 (39.45% from 255 or 17.33% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE164 is #031E9B. Grayscale: #DBDBDB. Windows color (decimal): -204444 or 6611452. OLE color: 6611452.
HSL color Cylindrical-coordinate representation of color #FCE164: hue angle of 49.34º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCE164 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 100 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.01 |
| HSL | 49.34º | 0.96% | 0.69% | - |
| HSV(B) | 49.34º | 0.6% | 0.99% | - |
| XYZ | 69.37 | 75.47 | 22.97 | - |
| YUV | 218.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 100 | 0 | 0.11 | 0.60 | 0.01 | 49.34 | 0.96 | 0.69 |
| Hex | FC | E1 | 64 | 0 | B | 3C | 1 | 31 | 60 | 45 |
| Octal | 374 | 341 | 144 | 0 | 13 | 74 | 1 | 61 | 140 | 105 |
| Binary | 11111100 | 11100001 | 1100100 | 0 | 1011 | 111100 | 1 | 110001 | 1100000 | 1000101 |
Color Harmonies of #FCE164
Complementary color
Monochromatic Colors of #FCE164
Black with #FCE164
Text Example
Text Example
White with #FCE164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE164; }
p { color: rgb(252,225,100); }
H1.HeaderClassName
{
color: #FCE164;
}
.AnyTagClassName
{
color: #FCE164;
}
</style>
background-color css
<style>
a { background-color: #FCE164; }
a { background-color: rgb(252,225,100); }
div.DivClassName
{
background-color: #FCE164;
}
.BgClassName
{
background-color: #FCE164;
}
</style>
border-color css
<style>
span { border-color: #FCE164; }
span { border-color: rgb(252,225,100); }
td.TdClassName
{
border-color: #FCE164;
}
.TagClassName
{
border-color: #FCE164;
}
</style>