Shades of Dandelion #FEDC68
Tints of Dandelion #FEDC68
RGB
CMYK
RGB Variations
Color information
#FEDC68 (or 0xFEDC68) is known color: Dandelion. HEX triplet: FE, DC and 68. RGB value is (254,220,104). Sum of RGB (Red+Green+Blue) = 254+220+104=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 104 (41.02% from 255 or 17.99% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC68 is #012397. Grayscale: #D9D9D9. Windows color (decimal): -74648 or 6872318. OLE color: 6872318.
HSL color Cylindrical-coordinate representation of color #FEDC68: hue angle of 46.4º 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 #FEDC68 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 104 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.00 |
| HSL | 46.4º | 0.99% | 0.7% | - |
| HSV(B) | 46.4º | 0.59% | 1% | - |
| XYZ | 68.96 | 73.26 | 23.6 | - |
| YUV | 216.94 | 64.26 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 104 | 0 | 0.13 | 0.59 | 0.00 | 46.4 | 0.99 | 0.7 |
| Hex | FE | DC | 68 | 0 | D | 3B | 0 | 2E | 63 | 46 |
| Octal | 376 | 334 | 150 | 0 | 15 | 73 | 0 | 56 | 143 | 106 |
| Binary | 11111110 | 11011100 | 1101000 | 0 | 1101 | 111011 | 0 | 101110 | 1100011 | 1000110 |
Color Harmonies of #FEDC68
Complementary color
Monochromatic Colors of #FEDC68
Black with #FEDC68
Text Example
Text Example
White with #FEDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC68; }
p { color: rgb(254,220,104); }
H1.HeaderClassName
{
color: #FEDC68;
}
.AnyTagClassName
{
color: #FEDC68;
}
</style>
background-color css
<style>
a { background-color: #FEDC68; }
a { background-color: rgb(254,220,104); }
div.DivClassName
{
background-color: #FEDC68;
}
.BgClassName
{
background-color: #FEDC68;
}
</style>
border-color css
<style>
span { border-color: #FEDC68; }
span { border-color: rgb(254,220,104); }
td.TdClassName
{
border-color: #FEDC68;
}
.TagClassName
{
border-color: #FEDC68;
}
</style>