Shades of Dandelion #FAD262
Tints of Dandelion #FAD262
RGB
CMYK
RGB Variations
Color information
#FAD262 (or 0xFAD262) is known color: Dandelion. HEX triplet: FA, D2 and 62. RGB value is (250,210,98). Sum of RGB (Red+Green+Blue) = 250+210+98=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 98 (38.67% from 255 or 17.56% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD262 is #052D9D. Grayscale: #D1D1D1. Windows color (decimal): -339358 or 6476538. OLE color: 6476538.
HSL color Cylindrical-coordinate representation of color #FAD262: hue angle of 44.21º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAD262 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 98 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.02 |
| HSL | 44.21º | 0.94% | 0.68% | - |
| HSV(B) | 44.21º | 0.61% | 0.98% | - |
| XYZ | 64.68 | 67.3 | 21.14 | - |
| YUV | 209.19 | 65.25 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 98 | 0 | 0.16 | 0.61 | 0.02 | 44.21 | 0.94 | 0.68 |
| Hex | FA | D2 | 62 | 0 | 10 | 3D | 2 | 2C | 5E | 44 |
| Octal | 372 | 322 | 142 | 0 | 20 | 75 | 2 | 54 | 136 | 104 |
| Binary | 11111010 | 11010010 | 1100010 | 0 | 10000 | 111101 | 10 | 101100 | 1011110 | 1000100 |
Color Harmonies of #FAD262
Complementary color
Monochromatic Colors of #FAD262
Black with #FAD262
Text Example
Text Example
White with #FAD262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD262; }
p { color: rgb(250,210,98); }
H1.HeaderClassName
{
color: #FAD262;
}
.AnyTagClassName
{
color: #FAD262;
}
</style>
background-color css
<style>
a { background-color: #FAD262; }
a { background-color: rgb(250,210,98); }
div.DivClassName
{
background-color: #FAD262;
}
.BgClassName
{
background-color: #FAD262;
}
</style>
border-color css
<style>
span { border-color: #FAD262; }
span { border-color: rgb(250,210,98); }
td.TdClassName
{
border-color: #FAD262;
}
.TagClassName
{
border-color: #FAD262;
}
</style>