Shades of Dandelion #FEDA6B
Tints of Dandelion #FEDA6B
RGB
CMYK
RGB Variations
Color information
#FEDA6B (or 0xFEDA6B) is known color: Dandelion. HEX triplet: FE, DA and 6B. RGB value is (254,218,107). Sum of RGB (Red+Green+Blue) = 254+218+107=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 107 (42.19% from 255 or 18.48% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA6B is #012594. Grayscale: #D8D8D8. Windows color (decimal): -75157 or 7068414. OLE color: 7068414.
HSL color Cylindrical-coordinate representation of color #FEDA6B: hue angle of 45.31º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEDA6B is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 107 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.00 |
| HSL | 45.31º | 0.99% | 0.71% | - |
| HSV(B) | 45.31º | 0.58% | 1% | - |
| XYZ | 68.6 | 72.28 | 24.24 | - |
| YUV | 216.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 107 | 0 | 0.14 | 0.58 | 0.00 | 45.31 | 0.99 | 0.71 |
| Hex | FE | DA | 6B | 0 | E | 3A | 0 | 2D | 63 | 47 |
| Octal | 376 | 332 | 153 | 0 | 16 | 72 | 0 | 55 | 143 | 107 |
| Binary | 11111110 | 11011010 | 1101011 | 0 | 1110 | 111010 | 0 | 101101 | 1100011 | 1000111 |
Color Harmonies of #FEDA6B
Complementary color
Monochromatic Colors of #FEDA6B
Black with #FEDA6B
Text Example
Text Example
White with #FEDA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA6B; }
p { color: rgb(254,218,107); }
H1.HeaderClassName
{
color: #FEDA6B;
}
.AnyTagClassName
{
color: #FEDA6B;
}
</style>
background-color css
<style>
a { background-color: #FEDA6B; }
a { background-color: rgb(254,218,107); }
div.DivClassName
{
background-color: #FEDA6B;
}
.BgClassName
{
background-color: #FEDA6B;
}
</style>
border-color css
<style>
span { border-color: #FEDA6B; }
span { border-color: rgb(254,218,107); }
td.TdClassName
{
border-color: #FEDA6B;
}
.TagClassName
{
border-color: #FEDA6B;
}
</style>