Shades of Dandelion #FDD65F
Tints of Dandelion #FDD65F
RGB
CMYK
RGB Variations
Color information
#FDD65F (or 0xFDD65F) is known color: Dandelion. HEX triplet: FD, D6 and 5F. RGB value is (253,214,95). Sum of RGB (Red+Green+Blue) = 253+214+95=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 95 (37.5% from 255 or 16.90% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD65F is #0229A0. Grayscale: #D4D4D4. Windows color (decimal): -141729 or 6280957. OLE color: 6280957.
HSL color Cylindrical-coordinate representation of color #FDD65F: hue angle of 45.19º 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 #FDD65F is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 95 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.01 |
| HSL | 45.19º | 0.98% | 0.68% | - |
| HSV(B) | 45.19º | 0.62% | 0.99% | - |
| XYZ | 66.62 | 69.8 | 20.79 | - |
| YUV | 212.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 95 | 0 | 0.15 | 0.62 | 0.01 | 45.19 | 0.98 | 0.68 |
| Hex | FD | D6 | 5F | 0 | F | 3E | 1 | 2D | 62 | 44 |
| Octal | 375 | 326 | 137 | 0 | 17 | 76 | 1 | 55 | 142 | 104 |
| Binary | 11111101 | 11010110 | 1011111 | 0 | 1111 | 111110 | 1 | 101101 | 1100010 | 1000100 |
Color Harmonies of #FDD65F
Complementary color
Monochromatic Colors of #FDD65F
Black with #FDD65F
Text Example
Text Example
White with #FDD65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD65F; }
p { color: rgb(253,214,95); }
H1.HeaderClassName
{
color: #FDD65F;
}
.AnyTagClassName
{
color: #FDD65F;
}
</style>
background-color css
<style>
a { background-color: #FDD65F; }
a { background-color: rgb(253,214,95); }
div.DivClassName
{
background-color: #FDD65F;
}
.BgClassName
{
background-color: #FDD65F;
}
</style>
border-color css
<style>
span { border-color: #FDD65F; }
span { border-color: rgb(253,214,95); }
td.TdClassName
{
border-color: #FDD65F;
}
.TagClassName
{
border-color: #FDD65F;
}
</style>