Shades of Dandelion #FEDF68
Tints of Dandelion #FEDF68
RGB
CMYK
RGB Variations
Color information
#FEDF68 (or 0xFEDF68) is known color: Dandelion. HEX triplet: FE, DF and 68. RGB value is (254,223,104). Sum of RGB (Red+Green+Blue) = 254+223+104=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 104 (41.02% from 255 or 17.90% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF68 is #012097. Grayscale: #DBDBDB. Windows color (decimal): -73880 or 6873086. OLE color: 6873086.
HSL color Cylindrical-coordinate representation of color #FEDF68: hue angle of 47.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEDF68 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 104 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.00 |
| HSL | 47.6º | 0.99% | 0.7% | - |
| HSV(B) | 47.6º | 0.59% | 1% | - |
| XYZ | 69.76 | 74.85 | 23.87 | - |
| YUV | 218.7 | 63.27 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 104 | 0 | 0.12 | 0.59 | 0.00 | 47.6 | 0.99 | 0.7 |
| Hex | FE | DF | 68 | 0 | C | 3B | 0 | 30 | 63 | 46 |
| Octal | 376 | 337 | 150 | 0 | 14 | 73 | 0 | 60 | 143 | 106 |
| Binary | 11111110 | 11011111 | 1101000 | 0 | 1100 | 111011 | 0 | 110000 | 1100011 | 1000110 |
Color Harmonies of #FEDF68
Complementary color
Monochromatic Colors of #FEDF68
Black with #FEDF68
Text Example
Text Example
White with #FEDF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF68; }
p { color: rgb(254,223,104); }
H1.HeaderClassName
{
color: #FEDF68;
}
.AnyTagClassName
{
color: #FEDF68;
}
</style>
background-color css
<style>
a { background-color: #FEDF68; }
a { background-color: rgb(254,223,104); }
div.DivClassName
{
background-color: #FEDF68;
}
.BgClassName
{
background-color: #FEDF68;
}
</style>
border-color css
<style>
span { border-color: #FEDF68; }
span { border-color: rgb(254,223,104); }
td.TdClassName
{
border-color: #FEDF68;
}
.TagClassName
{
border-color: #FEDF68;
}
</style>