Shades of Dandelion #FAE163
Tints of Dandelion #FAE163
RGB
CMYK
RGB Variations
Color information
#FAE163 (or 0xFAE163) is known color: Dandelion. HEX triplet: FA, E1 and 63. RGB value is (250,225,99). Sum of RGB (Red+Green+Blue) = 250+225+99=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 99 (39.06% from 255 or 17.25% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE163 is #051E9C. Grayscale: #DADADA. Windows color (decimal): -335517 or 6545914. OLE color: 6545914.
HSL color Cylindrical-coordinate representation of color #FAE163: hue angle of 50.07º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAE163 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 99 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.02 |
| HSL | 50.07º | 0.94% | 0.68% | - |
| HSV(B) | 50.07º | 0.6% | 0.98% | - |
| XYZ | 68.6 | 75.08 | 22.68 | - |
| YUV | 218.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 99 | 0 | 0.10 | 0.60 | 0.02 | 50.07 | 0.94 | 0.68 |
| Hex | FA | E1 | 63 | 0 | A | 3C | 2 | 32 | 5E | 44 |
| Octal | 372 | 341 | 143 | 0 | 12 | 74 | 2 | 62 | 136 | 104 |
| Binary | 11111010 | 11100001 | 1100011 | 0 | 1010 | 111100 | 10 | 110010 | 1011110 | 1000100 |
Color Harmonies of #FAE163
Complementary color
Monochromatic Colors of #FAE163
Black with #FAE163
Text Example
Text Example
White with #FAE163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE163; }
p { color: rgb(250,225,99); }
H1.HeaderClassName
{
color: #FAE163;
}
.AnyTagClassName
{
color: #FAE163;
}
</style>
background-color css
<style>
a { background-color: #FAE163; }
a { background-color: rgb(250,225,99); }
div.DivClassName
{
background-color: #FAE163;
}
.BgClassName
{
background-color: #FAE163;
}
</style>
border-color css
<style>
span { border-color: #FAE163; }
span { border-color: rgb(250,225,99); }
td.TdClassName
{
border-color: #FAE163;
}
.TagClassName
{
border-color: #FAE163;
}
</style>