Shades of Dandelion #FED865
Tints of Dandelion #FED865
RGB
CMYK
RGB Variations
Color information
#FED865 (or 0xFED865) is known color: Dandelion. HEX triplet: FE, D8 and 65. RGB value is (254,216,101). Sum of RGB (Red+Green+Blue) = 254+216+101=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 101 (39.84% from 255 or 17.69% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FED865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED865 is #01279A. Grayscale: #D6D6D6. Windows color (decimal): -75675 or 6674686. OLE color: 6674686.
HSL color Cylindrical-coordinate representation of color #FED865: hue angle of 45.1º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FED865 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 101 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.00 |
| HSL | 45.1º | 0.99% | 0.7% | - |
| HSV(B) | 45.1º | 0.6% | 1% | - |
| XYZ | 67.78 | 71.12 | 22.47 | - |
| YUV | 214.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 101 | 0 | 0.15 | 0.60 | 0.00 | 45.1 | 0.99 | 0.7 |
| Hex | FE | D8 | 65 | 0 | F | 3C | 0 | 2D | 63 | 46 |
| Octal | 376 | 330 | 145 | 0 | 17 | 74 | 0 | 55 | 143 | 106 |
| Binary | 11111110 | 11011000 | 1100101 | 0 | 1111 | 111100 | 0 | 101101 | 1100011 | 1000110 |
Color Harmonies of #FED865
Complementary color
Monochromatic Colors of #FED865
Black with #FED865
Text Example
Text Example
White with #FED865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED865; }
p { color: rgb(254,216,101); }
H1.HeaderClassName
{
color: #FED865;
}
.AnyTagClassName
{
color: #FED865;
}
</style>
background-color css
<style>
a { background-color: #FED865; }
a { background-color: rgb(254,216,101); }
div.DivClassName
{
background-color: #FED865;
}
.BgClassName
{
background-color: #FED865;
}
</style>
border-color css
<style>
span { border-color: #FED865; }
span { border-color: rgb(254,216,101); }
td.TdClassName
{
border-color: #FED865;
}
.TagClassName
{
border-color: #FED865;
}
</style>