Shades of Dandelion #FEDD68
Tints of Dandelion #FEDD68
RGB
CMYK
RGB Variations
Color information
#FEDD68 (or 0xFEDD68) is known color: Dandelion. HEX triplet: FE, DD and 68. RGB value is (254,221,104). Sum of RGB (Red+Green+Blue) = 254+221+104=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 104 (41.02% from 255 or 17.96% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD68 is #012297. Grayscale: #DADADA. Windows color (decimal): -74392 or 6872574. OLE color: 6872574.
HSL color Cylindrical-coordinate representation of color #FEDD68: hue angle of 46.8º 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 #FEDD68 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 104 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.00 |
| HSL | 46.8º | 0.99% | 0.7% | - |
| HSV(B) | 46.8º | 0.59% | 1% | - |
| XYZ | 69.23 | 73.78 | 23.69 | - |
| YUV | 217.53 | 63.93 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 104 | 0 | 0.13 | 0.59 | 0.00 | 46.8 | 0.99 | 0.7 |
| Hex | FE | DD | 68 | 0 | D | 3B | 0 | 2F | 63 | 46 |
| Octal | 376 | 335 | 150 | 0 | 15 | 73 | 0 | 57 | 143 | 106 |
| Binary | 11111110 | 11011101 | 1101000 | 0 | 1101 | 111011 | 0 | 101111 | 1100011 | 1000110 |
Color Harmonies of #FEDD68
Complementary color
Monochromatic Colors of #FEDD68
Black with #FEDD68
Text Example
Text Example
White with #FEDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD68; }
p { color: rgb(254,221,104); }
H1.HeaderClassName
{
color: #FEDD68;
}
.AnyTagClassName
{
color: #FEDD68;
}
</style>
background-color css
<style>
a { background-color: #FEDD68; }
a { background-color: rgb(254,221,104); }
div.DivClassName
{
background-color: #FEDD68;
}
.BgClassName
{
background-color: #FEDD68;
}
</style>
border-color css
<style>
span { border-color: #FEDD68; }
span { border-color: rgb(254,221,104); }
td.TdClassName
{
border-color: #FEDD68;
}
.TagClassName
{
border-color: #FEDD68;
}
</style>