Shades of Dandelion #FED85B
Tints of Dandelion #FED85B
RGB
CMYK
RGB Variations
Color information
#FED85B (or 0xFED85B) is known color: Dandelion. HEX triplet: FE, D8 and 5B. RGB value is (254,216,91). Sum of RGB (Red+Green+Blue) = 254+216+91=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 91 (35.94% from 255 or 16.22% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FED85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED85B is #0127A4. Grayscale: #D5D5D5. Windows color (decimal): -75685 or 6019326. OLE color: 6019326.
HSL color Cylindrical-coordinate representation of color #FED85B: hue angle of 46.01º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FED85B is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 91 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.00 |
| HSL | 46.01º | 0.99% | 0.68% | - |
| HSV(B) | 46.01º | 0.64% | 1% | - |
| XYZ | 67.32 | 70.94 | 20.04 | - |
| YUV | 213.11 | 59.09 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 91 | 0 | 0.15 | 0.64 | 0.00 | 46.01 | 0.99 | 0.68 |
| Hex | FE | D8 | 5B | 0 | F | 40 | 0 | 2E | 63 | 44 |
| Octal | 376 | 330 | 133 | 0 | 17 | 100 | 0 | 56 | 143 | 104 |
| Binary | 11111110 | 11011000 | 1011011 | 0 | 1111 | 1000000 | 0 | 101110 | 1100011 | 1000100 |
Color Harmonies of #FED85B
Complementary color
Monochromatic Colors of #FED85B
Black with #FED85B
Text Example
Text Example
White with #FED85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED85B; }
p { color: rgb(254,216,91); }
H1.HeaderClassName
{
color: #FED85B;
}
.AnyTagClassName
{
color: #FED85B;
}
</style>
background-color css
<style>
a { background-color: #FED85B; }
a { background-color: rgb(254,216,91); }
div.DivClassName
{
background-color: #FED85B;
}
.BgClassName
{
background-color: #FED85B;
}
</style>
border-color css
<style>
span { border-color: #FED85B; }
span { border-color: rgb(254,216,91); }
td.TdClassName
{
border-color: #FED85B;
}
.TagClassName
{
border-color: #FED85B;
}
</style>