Shades of Dandelion #FDD85E
Tints of Dandelion #FDD85E
RGB
CMYK
RGB Variations
Color information
#FDD85E (or 0xFDD85E) is known color: Dandelion. HEX triplet: FD, D8 and 5E. RGB value is (253,216,94). Sum of RGB (Red+Green+Blue) = 253+216+94=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 94 (37.11% from 255 or 16.70% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD85E is #0227A1. Grayscale: #D5D5D5. Windows color (decimal): -141218 or 6215933. OLE color: 6215933.
HSL color Cylindrical-coordinate representation of color #FDD85E: hue angle of 46.04º 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 #FDD85E is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 94 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.01 |
| HSL | 46.04º | 0.98% | 0.68% | - |
| HSV(B) | 46.04º | 0.63% | 0.99% | - |
| XYZ | 67.08 | 70.8 | 20.72 | - |
| YUV | 213.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 94 | 0 | 0.15 | 0.63 | 0.01 | 46.04 | 0.98 | 0.68 |
| Hex | FD | D8 | 5E | 0 | F | 3F | 1 | 2E | 62 | 44 |
| Octal | 375 | 330 | 136 | 0 | 17 | 77 | 1 | 56 | 142 | 104 |
| Binary | 11111101 | 11011000 | 1011110 | 0 | 1111 | 111111 | 1 | 101110 | 1100010 | 1000100 |
Color Harmonies of #FDD85E
Complementary color
Monochromatic Colors of #FDD85E
Black with #FDD85E
Text Example
Text Example
White with #FDD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD85E; }
p { color: rgb(253,216,94); }
H1.HeaderClassName
{
color: #FDD85E;
}
.AnyTagClassName
{
color: #FDD85E;
}
</style>
background-color css
<style>
a { background-color: #FDD85E; }
a { background-color: rgb(253,216,94); }
div.DivClassName
{
background-color: #FDD85E;
}
.BgClassName
{
background-color: #FDD85E;
}
</style>
border-color css
<style>
span { border-color: #FDD85E; }
span { border-color: rgb(253,216,94); }
td.TdClassName
{
border-color: #FDD85E;
}
.TagClassName
{
border-color: #FDD85E;
}
</style>