Shades of Dandelion #FDD75B
Tints of Dandelion #FDD75B
RGB
CMYK
RGB Variations
Color information
#FDD75B (or 0xFDD75B) is known color: Dandelion. HEX triplet: FD, D7 and 5B. RGB value is (253,215,91). Sum of RGB (Red+Green+Blue) = 253+215+91=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 91 (35.94% from 255 or 16.28% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD75B is #0228A4. Grayscale: #D4D4D4. Windows color (decimal): -141477 or 6019069. OLE color: 6019069.
HSL color Cylindrical-coordinate representation of color #FDD75B: hue angle of 45.93º 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 #FDD75B is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 91 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.01 |
| HSL | 45.93º | 0.98% | 0.67% | - |
| HSV(B) | 45.93º | 0.64% | 0.99% | - |
| XYZ | 66.7 | 70.24 | 19.94 | - |
| YUV | 212.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 91 | 0 | 0.15 | 0.64 | 0.01 | 45.93 | 0.98 | 0.67 |
| Hex | FD | D7 | 5B | 0 | F | 40 | 1 | 2E | 62 | 43 |
| Octal | 375 | 327 | 133 | 0 | 17 | 100 | 1 | 56 | 142 | 103 |
| Binary | 11111101 | 11010111 | 1011011 | 0 | 1111 | 1000000 | 1 | 101110 | 1100010 | 1000011 |
Color Harmonies of #FDD75B
Complementary color
Monochromatic Colors of #FDD75B
Black with #FDD75B
Text Example
Text Example
White with #FDD75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD75B; }
p { color: rgb(253,215,91); }
H1.HeaderClassName
{
color: #FDD75B;
}
.AnyTagClassName
{
color: #FDD75B;
}
</style>
background-color css
<style>
a { background-color: #FDD75B; }
a { background-color: rgb(253,215,91); }
div.DivClassName
{
background-color: #FDD75B;
}
.BgClassName
{
background-color: #FDD75B;
}
</style>
border-color css
<style>
span { border-color: #FDD75B; }
span { border-color: rgb(253,215,91); }
td.TdClassName
{
border-color: #FDD75B;
}
.TagClassName
{
border-color: #FDD75B;
}
</style>