Shades of Dandelion #FAD25C
Tints of Dandelion #FAD25C
RGB
CMYK
RGB Variations
Color information
#FAD25C (or 0xFAD25C) is known color: Dandelion. HEX triplet: FA, D2 and 5C. RGB value is (250,210,92). Sum of RGB (Red+Green+Blue) = 250+210+92=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 92 (36.33% from 255 or 16.67% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD25C is #052DA3. Grayscale: #D1D1D1. Windows color (decimal): -339364 or 6083322. OLE color: 6083322.
HSL color Cylindrical-coordinate representation of color #FAD25C: hue angle of 44.81º 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 #FAD25C is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 92 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.02 |
| HSL | 44.81º | 0.94% | 0.67% | - |
| HSV(B) | 44.81º | 0.63% | 0.98% | - |
| XYZ | 64.4 | 67.19 | 19.7 | - |
| YUV | 208.51 | 62.25 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 92 | 0 | 0.16 | 0.63 | 0.02 | 44.81 | 0.94 | 0.67 |
| Hex | FA | D2 | 5C | 0 | 10 | 3F | 2 | 2D | 5E | 43 |
| Octal | 372 | 322 | 134 | 0 | 20 | 77 | 2 | 55 | 136 | 103 |
| Binary | 11111010 | 11010010 | 1011100 | 0 | 10000 | 111111 | 10 | 101101 | 1011110 | 1000011 |
Color Harmonies of #FAD25C
Complementary color
Monochromatic Colors of #FAD25C
Black with #FAD25C
Text Example
Text Example
White with #FAD25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD25C; }
p { color: rgb(250,210,92); }
H1.HeaderClassName
{
color: #FAD25C;
}
.AnyTagClassName
{
color: #FAD25C;
}
</style>
background-color css
<style>
a { background-color: #FAD25C; }
a { background-color: rgb(250,210,92); }
div.DivClassName
{
background-color: #FAD25C;
}
.BgClassName
{
background-color: #FAD25C;
}
</style>
border-color css
<style>
span { border-color: #FAD25C; }
span { border-color: rgb(250,210,92); }
td.TdClassName
{
border-color: #FAD25C;
}
.TagClassName
{
border-color: #FAD25C;
}
</style>