Shades of Dandelion #FDDA5E
Tints of Dandelion #FDDA5E
RGB
CMYK
RGB Variations
Color information
#FDDA5E (or 0xFDDA5E) is known color: Dandelion. HEX triplet: FD, DA and 5E. RGB value is (253,218,94). Sum of RGB (Red+Green+Blue) = 253+218+94=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 94 (37.11% from 255 or 16.64% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA5E is #0225A1. Grayscale: #D6D6D6. Windows color (decimal): -140706 or 6216445. OLE color: 6216445.
HSL color Cylindrical-coordinate representation of color #FDDA5E: hue angle of 46.79º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDDA5E is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 94 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.01 |
| HSL | 46.79º | 0.98% | 0.68% | - |
| HSV(B) | 46.79º | 0.63% | 0.99% | - |
| XYZ | 67.6 | 71.83 | 20.89 | - |
| YUV | 214.33 | 60.1 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 94 | 0 | 0.14 | 0.63 | 0.01 | 46.79 | 0.98 | 0.68 |
| Hex | FD | DA | 5E | 0 | E | 3F | 1 | 2F | 62 | 44 |
| Octal | 375 | 332 | 136 | 0 | 16 | 77 | 1 | 57 | 142 | 104 |
| Binary | 11111101 | 11011010 | 1011110 | 0 | 1110 | 111111 | 1 | 101111 | 1100010 | 1000100 |
Color Harmonies of #FDDA5E
Complementary color
Monochromatic Colors of #FDDA5E
Black with #FDDA5E
Text Example
Text Example
White with #FDDA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA5E; }
p { color: rgb(253,218,94); }
H1.HeaderClassName
{
color: #FDDA5E;
}
.AnyTagClassName
{
color: #FDDA5E;
}
</style>
background-color css
<style>
a { background-color: #FDDA5E; }
a { background-color: rgb(253,218,94); }
div.DivClassName
{
background-color: #FDDA5E;
}
.BgClassName
{
background-color: #FDDA5E;
}
</style>
border-color css
<style>
span { border-color: #FDDA5E; }
span { border-color: rgb(253,218,94); }
td.TdClassName
{
border-color: #FDDA5E;
}
.TagClassName
{
border-color: #FDDA5E;
}
</style>