Shades of Dandelion #FED161
Tints of Dandelion #FED161
RGB
CMYK
RGB Variations
Color information
#FED161 (or 0xFED161) is known color: Dandelion. HEX triplet: FE, D1 and 61. RGB value is (254,209,97). Sum of RGB (Red+Green+Blue) = 254+209+97=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 97 (38.28% from 255 or 17.32% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FED161 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED161 is #012E9E. Grayscale: #D2D2D2. Windows color (decimal): -77471 or 6410750. OLE color: 6410750.
HSL color Cylindrical-coordinate representation of color #FED161: hue angle of 42.8º 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 #FED161 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 97 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.00 |
| HSL | 42.8º | 0.99% | 0.69% | - |
| HSV(B) | 42.8º | 0.62% | 1% | - |
| XYZ | 65.83 | 67.53 | 20.88 | - |
| YUV | 209.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 97 | 0 | 0.18 | 0.62 | 0.00 | 42.8 | 0.99 | 0.69 |
| Hex | FE | D1 | 61 | 0 | 12 | 3E | 0 | 2B | 63 | 45 |
| Octal | 376 | 321 | 141 | 0 | 22 | 76 | 0 | 53 | 143 | 105 |
| Binary | 11111110 | 11010001 | 1100001 | 0 | 10010 | 111110 | 0 | 101011 | 1100011 | 1000101 |
Color Harmonies of #FED161
Complementary color
Monochromatic Colors of #FED161
Black with #FED161
Text Example
Text Example
White with #FED161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED161; }
p { color: rgb(254,209,97); }
H1.HeaderClassName
{
color: #FED161;
}
.AnyTagClassName
{
color: #FED161;
}
</style>
background-color css
<style>
a { background-color: #FED161; }
a { background-color: rgb(254,209,97); }
div.DivClassName
{
background-color: #FED161;
}
.BgClassName
{
background-color: #FED161;
}
</style>
border-color css
<style>
span { border-color: #FED161; }
span { border-color: rgb(254,209,97); }
td.TdClassName
{
border-color: #FED161;
}
.TagClassName
{
border-color: #FED161;
}
</style>