Shades of Dandelion #FDD85F
Tints of Dandelion #FDD85F
RGB
CMYK
RGB Variations
Color information
#FDD85F (or 0xFDD85F) is known color: Dandelion. HEX triplet: FD, D8 and 5F. RGB value is (253,216,95). Sum of RGB (Red+Green+Blue) = 253+216+95=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 95 (37.5% from 255 or 16.84% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD85F is #0227A0. Grayscale: #D5D5D5. Windows color (decimal): -141217 or 6281469. OLE color: 6281469.
HSL color Cylindrical-coordinate representation of color #FDD85F: hue angle of 45.95º 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 #FDD85F is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 95 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.01 |
| HSL | 45.95º | 0.98% | 0.68% | - |
| HSV(B) | 45.95º | 0.62% | 0.99% | - |
| XYZ | 67.13 | 70.82 | 20.96 | - |
| YUV | 213.27 | 61.26 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 95 | 0 | 0.15 | 0.62 | 0.01 | 45.95 | 0.98 | 0.68 |
| Hex | FD | D8 | 5F | 0 | F | 3E | 1 | 2E | 62 | 44 |
| Octal | 375 | 330 | 137 | 0 | 17 | 76 | 1 | 56 | 142 | 104 |
| Binary | 11111101 | 11011000 | 1011111 | 0 | 1111 | 111110 | 1 | 101110 | 1100010 | 1000100 |
Color Harmonies of #FDD85F
Complementary color
Monochromatic Colors of #FDD85F
Black with #FDD85F
Text Example
Text Example
White with #FDD85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD85F; }
p { color: rgb(253,216,95); }
H1.HeaderClassName
{
color: #FDD85F;
}
.AnyTagClassName
{
color: #FDD85F;
}
</style>
background-color css
<style>
a { background-color: #FDD85F; }
a { background-color: rgb(253,216,95); }
div.DivClassName
{
background-color: #FDD85F;
}
.BgClassName
{
background-color: #FDD85F;
}
</style>
border-color css
<style>
span { border-color: #FDD85F; }
span { border-color: rgb(253,216,95); }
td.TdClassName
{
border-color: #FDD85F;
}
.TagClassName
{
border-color: #FDD85F;
}
</style>