Shades of Dandelion #FFD462
Tints of Dandelion #FFD462
RGB
CMYK
RGB Variations
Color information
#FFD462 (or 0xFFD462) is known color: Dandelion. HEX triplet: FF, D4 and 62. RGB value is (255,212,98). Sum of RGB (Red+Green+Blue) = 255+212+98=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 98 (38.67% from 255 or 17.35% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD462 is #002B9D. Grayscale: #D4D4D4. Windows color (decimal): -11166 or 6477055. OLE color: 6477055.
HSL color Cylindrical-coordinate representation of color #FFD462: hue angle of 43.57º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFD462 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 98 | - |
| CMYK | 0 | 0.17 | 0.62 | 0 |
| HSL | 43.57º | 1% | 0.69% | - |
| HSV(B) | 43.57º | 0.62% | 1% | - |
| XYZ | 66.99 | 69.23 | 21.39 | - |
| YUV | 211.86 | 63.75 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 98 | 0 | 0.17 | 0.62 | 0 | 43.57 | 1 | 0.69 |
| Hex | FF | D4 | 62 | 0 | 11 | 3E | 0 | 2C | 64 | 45 |
| Octal | 377 | 324 | 142 | 0 | 21 | 76 | 0 | 54 | 144 | 105 |
| Binary | 11111111 | 11010100 | 1100010 | 0 | 10001 | 111110 | 0 | 101100 | 1100100 | 1000101 |
Color Harmonies of #FFD462
Complementary color
Monochromatic Colors of #FFD462
Black with #FFD462
Text Example
Text Example
White with #FFD462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD462; }
p { color: rgb(255,212,98); }
H1.HeaderClassName
{
color: #FFD462;
}
.AnyTagClassName
{
color: #FFD462;
}
</style>
background-color css
<style>
a { background-color: #FFD462; }
a { background-color: rgb(255,212,98); }
div.DivClassName
{
background-color: #FFD462;
}
.BgClassName
{
background-color: #FFD462;
}
</style>
border-color css
<style>
span { border-color: #FFD462; }
span { border-color: rgb(255,212,98); }
td.TdClassName
{
border-color: #FFD462;
}
.TagClassName
{
border-color: #FFD462;
}
</style>