Shades of Dandelion #FEDF65
Tints of Dandelion #FEDF65
RGB
CMYK
RGB Variations
Color information
#FEDF65 (or 0xFEDF65) is known color: Dandelion. HEX triplet: FE, DF and 65. RGB value is (254,223,101). Sum of RGB (Red+Green+Blue) = 254+223+101=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 101 (39.84% from 255 or 17.47% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF65 is #01209A. Grayscale: #DADADA. Windows color (decimal): -73883 or 6676478. OLE color: 6676478.
HSL color Cylindrical-coordinate representation of color #FEDF65: hue angle of 47.84º 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 #FEDF65 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 101 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.00 |
| HSL | 47.84º | 0.99% | 0.7% | - |
| HSV(B) | 47.84º | 0.6% | 1% | - |
| XYZ | 69.61 | 74.79 | 23.08 | - |
| YUV | 218.36 | 61.77 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 101 | 0 | 0.12 | 0.60 | 0.00 | 47.84 | 0.99 | 0.7 |
| Hex | FE | DF | 65 | 0 | C | 3C | 0 | 30 | 63 | 46 |
| Octal | 376 | 337 | 145 | 0 | 14 | 74 | 0 | 60 | 143 | 106 |
| Binary | 11111110 | 11011111 | 1100101 | 0 | 1100 | 111100 | 0 | 110000 | 1100011 | 1000110 |
Color Harmonies of #FEDF65
Complementary color
Monochromatic Colors of #FEDF65
Black with #FEDF65
Text Example
Text Example
White with #FEDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF65; }
p { color: rgb(254,223,101); }
H1.HeaderClassName
{
color: #FEDF65;
}
.AnyTagClassName
{
color: #FEDF65;
}
</style>
background-color css
<style>
a { background-color: #FEDF65; }
a { background-color: rgb(254,223,101); }
div.DivClassName
{
background-color: #FEDF65;
}
.BgClassName
{
background-color: #FEDF65;
}
</style>
border-color css
<style>
span { border-color: #FEDF65; }
span { border-color: rgb(254,223,101); }
td.TdClassName
{
border-color: #FEDF65;
}
.TagClassName
{
border-color: #FEDF65;
}
</style>