Shades of Dandelion #FED85F
Tints of Dandelion #FED85F
RGB
CMYK
RGB Variations
Color information
#FED85F (or 0xFED85F) is known color: Dandelion. HEX triplet: FE, D8 and 5F. RGB value is (254,216,95). Sum of RGB (Red+Green+Blue) = 254+216+95=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 95 (37.5% from 255 or 16.81% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FED85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED85F is #0127A0. Grayscale: #D6D6D6. Windows color (decimal): -75681 or 6281470. OLE color: 6281470.
HSL color Cylindrical-coordinate representation of color #FED85F: hue angle of 45.66º 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 #FED85F is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 95 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.00 |
| HSL | 45.66º | 0.99% | 0.68% | - |
| HSV(B) | 45.66º | 0.63% | 1% | - |
| XYZ | 67.49 | 71.01 | 20.98 | - |
| YUV | 213.57 | 61.09 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 95 | 0 | 0.15 | 0.63 | 0.00 | 45.66 | 0.99 | 0.68 |
| Hex | FE | D8 | 5F | 0 | F | 3F | 0 | 2E | 63 | 44 |
| Octal | 376 | 330 | 137 | 0 | 17 | 77 | 0 | 56 | 143 | 104 |
| Binary | 11111110 | 11011000 | 1011111 | 0 | 1111 | 111111 | 0 | 101110 | 1100011 | 1000100 |
Color Harmonies of #FED85F
Complementary color
Monochromatic Colors of #FED85F
Black with #FED85F
Text Example
Text Example
White with #FED85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED85F; }
p { color: rgb(254,216,95); }
H1.HeaderClassName
{
color: #FED85F;
}
.AnyTagClassName
{
color: #FED85F;
}
</style>
background-color css
<style>
a { background-color: #FED85F; }
a { background-color: rgb(254,216,95); }
div.DivClassName
{
background-color: #FED85F;
}
.BgClassName
{
background-color: #FED85F;
}
</style>
border-color css
<style>
span { border-color: #FED85F; }
span { border-color: rgb(254,216,95); }
td.TdClassName
{
border-color: #FED85F;
}
.TagClassName
{
border-color: #FED85F;
}
</style>