Shades of Dandelion #FAD55C
Tints of Dandelion #FAD55C
RGB
CMYK
RGB Variations
Color information
#FAD55C (or 0xFAD55C) is known color: Dandelion. HEX triplet: FA, D5 and 5C. RGB value is (250,213,92). Sum of RGB (Red+Green+Blue) = 250+213+92=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 92 (36.33% from 255 or 16.58% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD55C is #052AA3. Grayscale: #D2D2D2. Windows color (decimal): -338596 or 6084090. OLE color: 6084090.
HSL color Cylindrical-coordinate representation of color #FAD55C: hue angle of 45.95º 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 #FAD55C is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 92 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.02 |
| HSL | 45.95º | 0.94% | 0.67% | - |
| HSV(B) | 45.95º | 0.63% | 0.98% | - |
| XYZ | 65.15 | 68.69 | 19.95 | - |
| YUV | 210.27 | 61.26 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 92 | 0 | 0.15 | 0.63 | 0.02 | 45.95 | 0.94 | 0.67 |
| Hex | FA | D5 | 5C | 0 | F | 3F | 2 | 2E | 5E | 43 |
| Octal | 372 | 325 | 134 | 0 | 17 | 77 | 2 | 56 | 136 | 103 |
| Binary | 11111010 | 11010101 | 1011100 | 0 | 1111 | 111111 | 10 | 101110 | 1011110 | 1000011 |
Color Harmonies of #FAD55C
Complementary color
Monochromatic Colors of #FAD55C
Black with #FAD55C
Text Example
Text Example
White with #FAD55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD55C; }
p { color: rgb(250,213,92); }
H1.HeaderClassName
{
color: #FAD55C;
}
.AnyTagClassName
{
color: #FAD55C;
}
</style>
background-color css
<style>
a { background-color: #FAD55C; }
a { background-color: rgb(250,213,92); }
div.DivClassName
{
background-color: #FAD55C;
}
.BgClassName
{
background-color: #FAD55C;
}
</style>
border-color css
<style>
span { border-color: #FAD55C; }
span { border-color: rgb(250,213,92); }
td.TdClassName
{
border-color: #FAD55C;
}
.TagClassName
{
border-color: #FAD55C;
}
</style>