Shades of Dandelion #FAD35C
Tints of Dandelion #FAD35C
RGB
CMYK
RGB Variations
Color information
#FAD35C (or 0xFAD35C) is known color: Dandelion. HEX triplet: FA, D3 and 5C. RGB value is (250,211,92). Sum of RGB (Red+Green+Blue) = 250+211+92=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 92 (36.33% from 255 or 16.64% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD35C is #052CA3. Grayscale: #D1D1D1. Windows color (decimal): -339108 or 6083578. OLE color: 6083578.
HSL color Cylindrical-coordinate representation of color #FAD35C: hue angle of 45.19º 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 #FAD35C is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 92 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.02 |
| HSL | 45.19º | 0.94% | 0.67% | - |
| HSV(B) | 45.19º | 0.63% | 0.98% | - |
| XYZ | 64.65 | 67.69 | 19.78 | - |
| YUV | 209.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 92 | 0 | 0.16 | 0.63 | 0.02 | 45.19 | 0.94 | 0.67 |
| Hex | FA | D3 | 5C | 0 | 10 | 3F | 2 | 2D | 5E | 43 |
| Octal | 372 | 323 | 134 | 0 | 20 | 77 | 2 | 55 | 136 | 103 |
| Binary | 11111010 | 11010011 | 1011100 | 0 | 10000 | 111111 | 10 | 101101 | 1011110 | 1000011 |
Color Harmonies of #FAD35C
Complementary color
Monochromatic Colors of #FAD35C
Black with #FAD35C
Text Example
Text Example
White with #FAD35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD35C; }
p { color: rgb(250,211,92); }
H1.HeaderClassName
{
color: #FAD35C;
}
.AnyTagClassName
{
color: #FAD35C;
}
</style>
background-color css
<style>
a { background-color: #FAD35C; }
a { background-color: rgb(250,211,92); }
div.DivClassName
{
background-color: #FAD35C;
}
.BgClassName
{
background-color: #FAD35C;
}
</style>
border-color css
<style>
span { border-color: #FAD35C; }
span { border-color: rgb(250,211,92); }
td.TdClassName
{
border-color: #FAD35C;
}
.TagClassName
{
border-color: #FAD35C;
}
</style>