Shades of Dandelion #FDD15F
Tints of Dandelion #FDD15F
RGB
CMYK
RGB Variations
Color information
#FDD15F (or 0xFDD15F) is known color: Dandelion. HEX triplet: FD, D1 and 5F. RGB value is (253,209,95). Sum of RGB (Red+Green+Blue) = 253+209+95=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD15F is #022EA0. Grayscale: #D1D1D1. Windows color (decimal): -143009 or 6279677. OLE color: 6279677.
HSL color Cylindrical-coordinate representation of color #FDD15F: hue angle of 43.29º 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 #FDD15F is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 95 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.01 |
| HSL | 43.29º | 0.98% | 0.68% | - |
| HSV(B) | 43.29º | 0.62% | 0.99% | - |
| XYZ | 65.37 | 67.31 | 20.37 | - |
| YUV | 209.16 | 63.58 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 95 | 0 | 0.17 | 0.62 | 0.01 | 43.29 | 0.98 | 0.68 |
| Hex | FD | D1 | 5F | 0 | 11 | 3E | 1 | 2B | 62 | 44 |
| Octal | 375 | 321 | 137 | 0 | 21 | 76 | 1 | 53 | 142 | 104 |
| Binary | 11111101 | 11010001 | 1011111 | 0 | 10001 | 111110 | 1 | 101011 | 1100010 | 1000100 |
Color Harmonies of #FDD15F
Complementary color
Monochromatic Colors of #FDD15F
Black with #FDD15F
Text Example
Text Example
White with #FDD15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD15F; }
p { color: rgb(253,209,95); }
H1.HeaderClassName
{
color: #FDD15F;
}
.AnyTagClassName
{
color: #FDD15F;
}
</style>
background-color css
<style>
a { background-color: #FDD15F; }
a { background-color: rgb(253,209,95); }
div.DivClassName
{
background-color: #FDD15F;
}
.BgClassName
{
background-color: #FDD15F;
}
</style>
border-color css
<style>
span { border-color: #FDD15F; }
span { border-color: rgb(253,209,95); }
td.TdClassName
{
border-color: #FDD15F;
}
.TagClassName
{
border-color: #FDD15F;
}
</style>