Shades of Dandelion #FDD75A
Tints of Dandelion #FDD75A
RGB
CMYK
RGB Variations
Color information
#FDD75A (or 0xFDD75A) is known color: Dandelion. HEX triplet: FD, D7 and 5A. RGB value is (253,215,90). Sum of RGB (Red+Green+Blue) = 253+215+90=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 90 (35.55% from 255 or 16.13% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD75A is #0228A5. Grayscale: #D4D4D4. Windows color (decimal): -141478 or 5953533. OLE color: 5953533.
HSL color Cylindrical-coordinate representation of color #FDD75A: hue angle of 46.01º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDD75A is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 90 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.01 |
| HSL | 46.01º | 0.98% | 0.67% | - |
| HSV(B) | 46.01º | 0.64% | 0.99% | - |
| XYZ | 66.65 | 70.22 | 19.71 | - |
| YUV | 212.11 | 59.09 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 90 | 0 | 0.15 | 0.64 | 0.01 | 46.01 | 0.98 | 0.67 |
| Hex | FD | D7 | 5A | 0 | F | 40 | 1 | 2E | 62 | 43 |
| Octal | 375 | 327 | 132 | 0 | 17 | 100 | 1 | 56 | 142 | 103 |
| Binary | 11111101 | 11010111 | 1011010 | 0 | 1111 | 1000000 | 1 | 101110 | 1100010 | 1000011 |
Color Harmonies of #FDD75A
Complementary color
Monochromatic Colors of #FDD75A
Black with #FDD75A
Text Example
Text Example
White with #FDD75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD75A; }
p { color: rgb(253,215,90); }
H1.HeaderClassName
{
color: #FDD75A;
}
.AnyTagClassName
{
color: #FDD75A;
}
</style>
background-color css
<style>
a { background-color: #FDD75A; }
a { background-color: rgb(253,215,90); }
div.DivClassName
{
background-color: #FDD75A;
}
.BgClassName
{
background-color: #FDD75A;
}
</style>
border-color css
<style>
span { border-color: #FDD75A; }
span { border-color: rgb(253,215,90); }
td.TdClassName
{
border-color: #FDD75A;
}
.TagClassName
{
border-color: #FDD75A;
}
</style>