Shades of Dandelion #FED160
Tints of Dandelion #FED160
RGB
CMYK
RGB Variations
Color information
#FED160 (or 0xFED160) is known color: Dandelion. HEX triplet: FE, D1 and 60. RGB value is (254,209,96). Sum of RGB (Red+Green+Blue) = 254+209+96=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FED160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED160 is #012E9F. Grayscale: #D2D2D2. Windows color (decimal): -77472 or 6345214. OLE color: 6345214.
HSL color Cylindrical-coordinate representation of color #FED160: hue angle of 42.91º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FED160 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 96 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.00 |
| HSL | 42.91º | 0.99% | 0.69% | - |
| HSV(B) | 42.91º | 0.62% | 1% | - |
| XYZ | 65.78 | 67.52 | 20.63 | - |
| YUV | 209.57 | 63.91 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 96 | 0 | 0.18 | 0.62 | 0.00 | 42.91 | 0.99 | 0.69 |
| Hex | FE | D1 | 60 | 0 | 12 | 3E | 0 | 2B | 63 | 45 |
| Octal | 376 | 321 | 140 | 0 | 22 | 76 | 0 | 53 | 143 | 105 |
| Binary | 11111110 | 11010001 | 1100000 | 0 | 10010 | 111110 | 0 | 101011 | 1100011 | 1000101 |
Color Harmonies of #FED160
Complementary color
Monochromatic Colors of #FED160
Black with #FED160
Text Example
Text Example
White with #FED160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED160; }
p { color: rgb(254,209,96); }
H1.HeaderClassName
{
color: #FED160;
}
.AnyTagClassName
{
color: #FED160;
}
</style>
background-color css
<style>
a { background-color: #FED160; }
a { background-color: rgb(254,209,96); }
div.DivClassName
{
background-color: #FED160;
}
.BgClassName
{
background-color: #FED160;
}
</style>
border-color css
<style>
span { border-color: #FED160; }
span { border-color: rgb(254,209,96); }
td.TdClassName
{
border-color: #FED160;
}
.TagClassName
{
border-color: #FED160;
}
</style>