Shades of Dandelion #FCE163
Tints of Dandelion #FCE163
RGB
CMYK
RGB Variations
Color information
#FCE163 (or 0xFCE163) is known color: Dandelion. HEX triplet: FC, E1 and 63. RGB value is (252,225,99). Sum of RGB (Red+Green+Blue) = 252+225+99=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 99 (39.06% from 255 or 17.19% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE163 is #031E9C. Grayscale: #DBDBDB. Windows color (decimal): -204445 or 6545916. OLE color: 6545916.
HSL color Cylindrical-coordinate representation of color #FCE163: hue angle of 49.41º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCE163 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 99 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.01 |
| HSL | 49.41º | 0.96% | 0.69% | - |
| HSV(B) | 49.41º | 0.61% | 0.99% | - |
| XYZ | 69.32 | 75.45 | 22.71 | - |
| YUV | 218.71 | 60.45 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 99 | 0 | 0.11 | 0.61 | 0.01 | 49.41 | 0.96 | 0.69 |
| Hex | FC | E1 | 63 | 0 | B | 3D | 1 | 31 | 60 | 45 |
| Octal | 374 | 341 | 143 | 0 | 13 | 75 | 1 | 61 | 140 | 105 |
| Binary | 11111100 | 11100001 | 1100011 | 0 | 1011 | 111101 | 1 | 110001 | 1100000 | 1000101 |
Color Harmonies of #FCE163
Complementary color
Monochromatic Colors of #FCE163
Black with #FCE163
Text Example
Text Example
White with #FCE163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE163; }
p { color: rgb(252,225,99); }
H1.HeaderClassName
{
color: #FCE163;
}
.AnyTagClassName
{
color: #FCE163;
}
</style>
background-color css
<style>
a { background-color: #FCE163; }
a { background-color: rgb(252,225,99); }
div.DivClassName
{
background-color: #FCE163;
}
.BgClassName
{
background-color: #FCE163;
}
</style>
border-color css
<style>
span { border-color: #FCE163; }
span { border-color: rgb(252,225,99); }
td.TdClassName
{
border-color: #FCE163;
}
.TagClassName
{
border-color: #FCE163;
}
</style>