Shades of Dandelion #FCE166
Tints of Dandelion #FCE166
RGB
CMYK
RGB Variations
Color information
#FCE166 (or 0xFCE166) is known color: Dandelion. HEX triplet: FC, E1 and 66. RGB value is (252,225,102). Sum of RGB (Red+Green+Blue) = 252+225+102=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 102 (40.23% from 255 or 17.62% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE166 is #031E99. Grayscale: #DBDBDB. Windows color (decimal): -204442 or 6742524. OLE color: 6742524.
HSL color Cylindrical-coordinate representation of color #FCE166: hue angle of 49.2º 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 #FCE166 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 102 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.01 |
| HSL | 49.2º | 0.96% | 0.69% | - |
| HSV(B) | 49.2º | 0.6% | 0.99% | - |
| XYZ | 69.47 | 75.51 | 23.48 | - |
| YUV | 219.05 | 61.95 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 102 | 0 | 0.11 | 0.60 | 0.01 | 49.2 | 0.96 | 0.69 |
| Hex | FC | E1 | 66 | 0 | B | 3C | 1 | 31 | 60 | 45 |
| Octal | 374 | 341 | 146 | 0 | 13 | 74 | 1 | 61 | 140 | 105 |
| Binary | 11111100 | 11100001 | 1100110 | 0 | 1011 | 111100 | 1 | 110001 | 1100000 | 1000101 |
Color Harmonies of #FCE166
Complementary color
Monochromatic Colors of #FCE166
Black with #FCE166
Text Example
Text Example
White with #FCE166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE166; }
p { color: rgb(252,225,102); }
H1.HeaderClassName
{
color: #FCE166;
}
.AnyTagClassName
{
color: #FCE166;
}
</style>
background-color css
<style>
a { background-color: #FCE166; }
a { background-color: rgb(252,225,102); }
div.DivClassName
{
background-color: #FCE166;
}
.BgClassName
{
background-color: #FCE166;
}
</style>
border-color css
<style>
span { border-color: #FCE166; }
span { border-color: rgb(252,225,102); }
td.TdClassName
{
border-color: #FCE166;
}
.TagClassName
{
border-color: #FCE166;
}
</style>