Shades of Dandelion #FEDB5C
Tints of Dandelion #FEDB5C
RGB
CMYK
RGB Variations
Color information
#FEDB5C (or 0xFEDB5C) is known color: Dandelion. HEX triplet: FE, DB and 5C. RGB value is (254,219,92). Sum of RGB (Red+Green+Blue) = 254+219+92=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 92 (36.33% from 255 or 16.28% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB5C is #0124A3. Grayscale: #D7D7D7. Windows color (decimal): -74916 or 6085630. OLE color: 6085630.
HSL color Cylindrical-coordinate representation of color #FEDB5C: hue angle of 47.04º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEDB5C is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 92 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.00 |
| HSL | 47.04º | 0.99% | 0.68% | - |
| HSV(B) | 47.04º | 0.64% | 1% | - |
| XYZ | 68.14 | 72.51 | 20.53 | - |
| YUV | 214.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 92 | 0 | 0.14 | 0.64 | 0.00 | 47.04 | 0.99 | 0.68 |
| Hex | FE | DB | 5C | 0 | E | 40 | 0 | 2F | 63 | 44 |
| Octal | 376 | 333 | 134 | 0 | 16 | 100 | 0 | 57 | 143 | 104 |
| Binary | 11111110 | 11011011 | 1011100 | 0 | 1110 | 1000000 | 0 | 101111 | 1100011 | 1000100 |
Color Harmonies of #FEDB5C
Complementary color
Monochromatic Colors of #FEDB5C
Black with #FEDB5C
Text Example
Text Example
White with #FEDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB5C; }
p { color: rgb(254,219,92); }
H1.HeaderClassName
{
color: #FEDB5C;
}
.AnyTagClassName
{
color: #FEDB5C;
}
</style>
background-color css
<style>
a { background-color: #FEDB5C; }
a { background-color: rgb(254,219,92); }
div.DivClassName
{
background-color: #FEDB5C;
}
.BgClassName
{
background-color: #FEDB5C;
}
</style>
border-color css
<style>
span { border-color: #FEDB5C; }
span { border-color: rgb(254,219,92); }
td.TdClassName
{
border-color: #FEDB5C;
}
.TagClassName
{
border-color: #FEDB5C;
}
</style>