Shades of Dandelion #FDD260
Tints of Dandelion #FDD260
RGB
CMYK
RGB Variations
Color information
#FDD260 (or 0xFDD260) is known color: Dandelion. HEX triplet: FD, D2 and 60. RGB value is (253,210,96). Sum of RGB (Red+Green+Blue) = 253+210+96=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD260 is #022D9F. Grayscale: #D2D2D2. Windows color (decimal): -142752 or 6345469. OLE color: 6345469.
HSL color Cylindrical-coordinate representation of color #FDD260: hue angle of 43.57º 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 #FDD260 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 96 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.01 |
| HSL | 43.57º | 0.98% | 0.68% | - |
| HSV(B) | 43.57º | 0.62% | 0.99% | - |
| XYZ | 65.67 | 67.82 | 20.7 | - |
| YUV | 209.86 | 63.75 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 96 | 0 | 0.17 | 0.62 | 0.01 | 43.57 | 0.98 | 0.68 |
| Hex | FD | D2 | 60 | 0 | 11 | 3E | 1 | 2C | 62 | 44 |
| Octal | 375 | 322 | 140 | 0 | 21 | 76 | 1 | 54 | 142 | 104 |
| Binary | 11111101 | 11010010 | 1100000 | 0 | 10001 | 111110 | 1 | 101100 | 1100010 | 1000100 |
Color Harmonies of #FDD260
Complementary color
Monochromatic Colors of #FDD260
Black with #FDD260
Text Example
Text Example
White with #FDD260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD260; }
p { color: rgb(253,210,96); }
H1.HeaderClassName
{
color: #FDD260;
}
.AnyTagClassName
{
color: #FDD260;
}
</style>
background-color css
<style>
a { background-color: #FDD260; }
a { background-color: rgb(253,210,96); }
div.DivClassName
{
background-color: #FDD260;
}
.BgClassName
{
background-color: #FDD260;
}
</style>
border-color css
<style>
span { border-color: #FDD260; }
span { border-color: rgb(253,210,96); }
td.TdClassName
{
border-color: #FDD260;
}
.TagClassName
{
border-color: #FDD260;
}
</style>