Shades of Dandelion #FDD862
Tints of Dandelion #FDD862
RGB
CMYK
RGB Variations
Color information
#FDD862 (or 0xFDD862) is known color: Dandelion. HEX triplet: FD, D8 and 62. RGB value is (253,216,98). Sum of RGB (Red+Green+Blue) = 253+216+98=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 98 (38.67% from 255 or 17.28% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD862 is #02279D. Grayscale: #D6D6D6. Windows color (decimal): -141214 or 6478077. OLE color: 6478077.
HSL color Cylindrical-coordinate representation of color #FDD862: hue angle of 45.68º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDD862 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 98 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.01 |
| HSL | 45.68º | 0.97% | 0.69% | - |
| HSV(B) | 45.68º | 0.61% | 0.99% | - |
| XYZ | 67.27 | 70.88 | 21.69 | - |
| YUV | 213.61 | 62.76 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 98 | 0 | 0.15 | 0.61 | 0.01 | 45.68 | 0.97 | 0.69 |
| Hex | FD | D8 | 62 | 0 | F | 3D | 1 | 2E | 61 | 45 |
| Octal | 375 | 330 | 142 | 0 | 17 | 75 | 1 | 56 | 141 | 105 |
| Binary | 11111101 | 11011000 | 1100010 | 0 | 1111 | 111101 | 1 | 101110 | 1100001 | 1000101 |
Color Harmonies of #FDD862
Complementary color
Monochromatic Colors of #FDD862
Black with #FDD862
Text Example
Text Example
White with #FDD862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD862; }
p { color: rgb(253,216,98); }
H1.HeaderClassName
{
color: #FDD862;
}
.AnyTagClassName
{
color: #FDD862;
}
</style>
background-color css
<style>
a { background-color: #FDD862; }
a { background-color: rgb(253,216,98); }
div.DivClassName
{
background-color: #FDD862;
}
.BgClassName
{
background-color: #FDD862;
}
</style>
border-color css
<style>
span { border-color: #FDD862; }
span { border-color: rgb(253,216,98); }
td.TdClassName
{
border-color: #FDD862;
}
.TagClassName
{
border-color: #FDD862;
}
</style>