Shades of Dandelion #FDD95F
Tints of Dandelion #FDD95F
RGB
CMYK
RGB Variations
Color information
#FDD95F (or 0xFDD95F) is known color: Dandelion. HEX triplet: FD, D9 and 5F. RGB value is (253,217,95). Sum of RGB (Red+Green+Blue) = 253+217+95=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 95 (37.5% from 255 or 16.81% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD95F is #0226A0. Grayscale: #D6D6D6. Windows color (decimal): -140961 or 6281725. OLE color: 6281725.
HSL color Cylindrical-coordinate representation of color #FDD95F: hue angle of 46.33º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDD95F is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 95 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.01 |
| HSL | 46.33º | 0.98% | 0.68% | - |
| HSV(B) | 46.33º | 0.62% | 0.99% | - |
| XYZ | 67.39 | 71.33 | 21.04 | - |
| YUV | 213.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 95 | 0 | 0.14 | 0.62 | 0.01 | 46.33 | 0.98 | 0.68 |
| Hex | FD | D9 | 5F | 0 | E | 3E | 1 | 2E | 62 | 44 |
| Octal | 375 | 331 | 137 | 0 | 16 | 76 | 1 | 56 | 142 | 104 |
| Binary | 11111101 | 11011001 | 1011111 | 0 | 1110 | 111110 | 1 | 101110 | 1100010 | 1000100 |
Color Harmonies of #FDD95F
Complementary color
Monochromatic Colors of #FDD95F
Black with #FDD95F
Text Example
Text Example
White with #FDD95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD95F; }
p { color: rgb(253,217,95); }
H1.HeaderClassName
{
color: #FDD95F;
}
.AnyTagClassName
{
color: #FDD95F;
}
</style>
background-color css
<style>
a { background-color: #FDD95F; }
a { background-color: rgb(253,217,95); }
div.DivClassName
{
background-color: #FDD95F;
}
.BgClassName
{
background-color: #FDD95F;
}
</style>
border-color css
<style>
span { border-color: #FDD95F; }
span { border-color: rgb(253,217,95); }
td.TdClassName
{
border-color: #FDD95F;
}
.TagClassName
{
border-color: #FDD95F;
}
</style>