Shades of Dandelion #FDD55A
Tints of Dandelion #FDD55A
RGB
CMYK
RGB Variations
Color information
#FDD55A (or 0xFDD55A) is known color: Dandelion. HEX triplet: FD, D5 and 5A. RGB value is (253,213,90). Sum of RGB (Red+Green+Blue) = 253+213+90=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 90 (35.55% from 255 or 16.19% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD55A is #022AA5. Grayscale: #D3D3D3. Windows color (decimal): -141990 or 5953021. OLE color: 5953021.
HSL color Cylindrical-coordinate representation of color #FDD55A: hue angle of 45.28º 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 #FDD55A is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 90 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.01 |
| HSL | 45.28º | 0.98% | 0.67% | - |
| HSV(B) | 45.28º | 0.64% | 0.99% | - |
| XYZ | 66.15 | 69.21 | 19.55 | - |
| YUV | 210.94 | 59.75 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 90 | 0 | 0.16 | 0.64 | 0.01 | 45.28 | 0.98 | 0.67 |
| Hex | FD | D5 | 5A | 0 | 10 | 40 | 1 | 2D | 62 | 43 |
| Octal | 375 | 325 | 132 | 0 | 20 | 100 | 1 | 55 | 142 | 103 |
| Binary | 11111101 | 11010101 | 1011010 | 0 | 10000 | 1000000 | 1 | 101101 | 1100010 | 1000011 |
Color Harmonies of #FDD55A
Complementary color
Monochromatic Colors of #FDD55A
Black with #FDD55A
Text Example
Text Example
White with #FDD55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD55A; }
p { color: rgb(253,213,90); }
H1.HeaderClassName
{
color: #FDD55A;
}
.AnyTagClassName
{
color: #FDD55A;
}
</style>
background-color css
<style>
a { background-color: #FDD55A; }
a { background-color: rgb(253,213,90); }
div.DivClassName
{
background-color: #FDD55A;
}
.BgClassName
{
background-color: #FDD55A;
}
</style>
border-color css
<style>
span { border-color: #FDD55A; }
span { border-color: rgb(253,213,90); }
td.TdClassName
{
border-color: #FDD55A;
}
.TagClassName
{
border-color: #FDD55A;
}
</style>