Shades of Dandelion #FED85D
Tints of Dandelion #FED85D
RGB
CMYK
RGB Variations
Color information
#FED85D (or 0xFED85D) is known color: Dandelion. HEX triplet: FE, D8 and 5D. RGB value is (254,216,93). Sum of RGB (Red+Green+Blue) = 254+216+93=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 93 (36.72% from 255 or 16.52% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FED85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED85D is #0127A2. Grayscale: #D5D5D5. Windows color (decimal): -75683 or 6150398. OLE color: 6150398.
HSL color Cylindrical-coordinate representation of color #FED85D: hue angle of 45.84º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FED85D is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 93 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.00 |
| HSL | 45.84º | 0.99% | 0.68% | - |
| HSV(B) | 45.84º | 0.63% | 1% | - |
| XYZ | 67.4 | 70.97 | 20.5 | - |
| YUV | 213.34 | 60.09 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 93 | 0 | 0.15 | 0.63 | 0.00 | 45.84 | 0.99 | 0.68 |
| Hex | FE | D8 | 5D | 0 | F | 3F | 0 | 2E | 63 | 44 |
| Octal | 376 | 330 | 135 | 0 | 17 | 77 | 0 | 56 | 143 | 104 |
| Binary | 11111110 | 11011000 | 1011101 | 0 | 1111 | 111111 | 0 | 101110 | 1100011 | 1000100 |
Color Harmonies of #FED85D
Complementary color
Monochromatic Colors of #FED85D
Black with #FED85D
Text Example
Text Example
White with #FED85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED85D; }
p { color: rgb(254,216,93); }
H1.HeaderClassName
{
color: #FED85D;
}
.AnyTagClassName
{
color: #FED85D;
}
</style>
background-color css
<style>
a { background-color: #FED85D; }
a { background-color: rgb(254,216,93); }
div.DivClassName
{
background-color: #FED85D;
}
.BgClassName
{
background-color: #FED85D;
}
</style>
border-color css
<style>
span { border-color: #FED85D; }
span { border-color: rgb(254,216,93); }
td.TdClassName
{
border-color: #FED85D;
}
.TagClassName
{
border-color: #FED85D;
}
</style>