Shades of Dandelion #FED86C
Tints of Dandelion #FED86C
RGB
CMYK
RGB Variations
Color information
#FED86C (or 0xFED86C) is known color: Dandelion. HEX triplet: FE, D8 and 6C. RGB value is (254,216,108). Sum of RGB (Red+Green+Blue) = 254+216+108=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 108 (42.58% from 255 or 18.69% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FED86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED86C is #012793. Grayscale: #D7D7D7. Windows color (decimal): -75668 or 7133438. OLE color: 7133438.
HSL color Cylindrical-coordinate representation of color #FED86C: hue angle of 44.38º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FED86C is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 108 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.00 |
| HSL | 44.38º | 0.99% | 0.71% | - |
| HSV(B) | 44.38º | 0.57% | 1% | - |
| XYZ | 68.14 | 71.27 | 24.35 | - |
| YUV | 215.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 108 | 0 | 0.15 | 0.57 | 0.00 | 44.38 | 0.99 | 0.71 |
| Hex | FE | D8 | 6C | 0 | F | 39 | 0 | 2C | 63 | 47 |
| Octal | 376 | 330 | 154 | 0 | 17 | 71 | 0 | 54 | 143 | 107 |
| Binary | 11111110 | 11011000 | 1101100 | 0 | 1111 | 111001 | 0 | 101100 | 1100011 | 1000111 |
Color Harmonies of #FED86C
Complementary color
Monochromatic Colors of #FED86C
Black with #FED86C
Text Example
Text Example
White with #FED86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED86C; }
p { color: rgb(254,216,108); }
H1.HeaderClassName
{
color: #FED86C;
}
.AnyTagClassName
{
color: #FED86C;
}
</style>
background-color css
<style>
a { background-color: #FED86C; }
a { background-color: rgb(254,216,108); }
div.DivClassName
{
background-color: #FED86C;
}
.BgClassName
{
background-color: #FED86C;
}
</style>
border-color css
<style>
span { border-color: #FED86C; }
span { border-color: rgb(254,216,108); }
td.TdClassName
{
border-color: #FED86C;
}
.TagClassName
{
border-color: #FED86C;
}
</style>