Shades of Dandelion #FAD85C
Tints of Dandelion #FAD85C
RGB
CMYK
RGB Variations
Color information
#FAD85C (or 0xFAD85C) is known color: Dandelion. HEX triplet: FA, D8 and 5C. RGB value is (250,216,92). Sum of RGB (Red+Green+Blue) = 250+216+92=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 92 (36.33% from 255 or 16.49% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD85C is #0527A3. Grayscale: #D4D4D4. Windows color (decimal): -337828 or 6084858. OLE color: 6084858.
HSL color Cylindrical-coordinate representation of color #FAD85C: hue angle of 47.09º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAD85C is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 216 | 92 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.02 |
| HSL | 47.09º | 0.94% | 0.67% | - |
| HSV(B) | 47.09º | 0.63% | 0.98% | - |
| XYZ | 65.91 | 70.21 | 20.2 | - |
| YUV | 212.03 | 60.26 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 216 | 92 | 0 | 0.14 | 0.63 | 0.02 | 47.09 | 0.94 | 0.67 |
| Hex | FA | D8 | 5C | 0 | E | 3F | 2 | 2F | 5E | 43 |
| Octal | 372 | 330 | 134 | 0 | 16 | 77 | 2 | 57 | 136 | 103 |
| Binary | 11111010 | 11011000 | 1011100 | 0 | 1110 | 111111 | 10 | 101111 | 1011110 | 1000011 |
Color Harmonies of #FAD85C
Complementary color
Monochromatic Colors of #FAD85C
Black with #FAD85C
Text Example
Text Example
White with #FAD85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD85C; }
p { color: rgb(250,216,92); }
H1.HeaderClassName
{
color: #FAD85C;
}
.AnyTagClassName
{
color: #FAD85C;
}
</style>
background-color css
<style>
a { background-color: #FAD85C; }
a { background-color: rgb(250,216,92); }
div.DivClassName
{
background-color: #FAD85C;
}
.BgClassName
{
background-color: #FAD85C;
}
</style>
border-color css
<style>
span { border-color: #FAD85C; }
span { border-color: rgb(250,216,92); }
td.TdClassName
{
border-color: #FAD85C;
}
.TagClassName
{
border-color: #FAD85C;
}
</style>