Shades of Dandelion #FED861
Tints of Dandelion #FED861
RGB
CMYK
RGB Variations
Color information
#FED861 (or 0xFED861) is known color: Dandelion. HEX triplet: FE, D8 and 61. RGB value is (254,216,97). Sum of RGB (Red+Green+Blue) = 254+216+97=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 97 (38.28% from 255 or 17.11% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FED861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED861 is #01279E. Grayscale: #D6D6D6. Windows color (decimal): -75679 or 6412542. OLE color: 6412542.
HSL color Cylindrical-coordinate representation of color #FED861: hue angle of 45.48º 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 #FED861 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 97 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.00 |
| HSL | 45.48º | 0.99% | 0.69% | - |
| HSV(B) | 45.48º | 0.62% | 1% | - |
| XYZ | 67.59 | 71.05 | 21.46 | - |
| YUV | 213.8 | 62.09 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 97 | 0 | 0.15 | 0.62 | 0.00 | 45.48 | 0.99 | 0.69 |
| Hex | FE | D8 | 61 | 0 | F | 3E | 0 | 2D | 63 | 45 |
| Octal | 376 | 330 | 141 | 0 | 17 | 76 | 0 | 55 | 143 | 105 |
| Binary | 11111110 | 11011000 | 1100001 | 0 | 1111 | 111110 | 0 | 101101 | 1100011 | 1000101 |
Color Harmonies of #FED861
Complementary color
Monochromatic Colors of #FED861
Black with #FED861
Text Example
Text Example
White with #FED861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED861; }
p { color: rgb(254,216,97); }
H1.HeaderClassName
{
color: #FED861;
}
.AnyTagClassName
{
color: #FED861;
}
</style>
background-color css
<style>
a { background-color: #FED861; }
a { background-color: rgb(254,216,97); }
div.DivClassName
{
background-color: #FED861;
}
.BgClassName
{
background-color: #FED861;
}
</style>
border-color css
<style>
span { border-color: #FED861; }
span { border-color: rgb(254,216,97); }
td.TdClassName
{
border-color: #FED861;
}
.TagClassName
{
border-color: #FED861;
}
</style>