Shades of Dandelion #FAD45C
Tints of Dandelion #FAD45C
RGB
CMYK
RGB Variations
Color information
#FAD45C (or 0xFAD45C) is known color: Dandelion. HEX triplet: FA, D4 and 5C. RGB value is (250,212,92). Sum of RGB (Red+Green+Blue) = 250+212+92=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 92 (36.33% from 255 or 16.61% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD45C is #052BA3. Grayscale: #D2D2D2. Windows color (decimal): -338852 or 6083834. OLE color: 6083834.
HSL color Cylindrical-coordinate representation of color #FAD45C: hue angle of 45.57º 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 #FAD45C is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 92 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.02 |
| HSL | 45.57º | 0.94% | 0.67% | - |
| HSV(B) | 45.57º | 0.63% | 0.98% | - |
| XYZ | 64.9 | 68.18 | 19.87 | - |
| YUV | 209.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 92 | 0 | 0.15 | 0.63 | 0.02 | 45.57 | 0.94 | 0.67 |
| Hex | FA | D4 | 5C | 0 | F | 3F | 2 | 2E | 5E | 43 |
| Octal | 372 | 324 | 134 | 0 | 17 | 77 | 2 | 56 | 136 | 103 |
| Binary | 11111010 | 11010100 | 1011100 | 0 | 1111 | 111111 | 10 | 101110 | 1011110 | 1000011 |
Color Harmonies of #FAD45C
Complementary color
Monochromatic Colors of #FAD45C
Black with #FAD45C
Text Example
Text Example
White with #FAD45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD45C; }
p { color: rgb(250,212,92); }
H1.HeaderClassName
{
color: #FAD45C;
}
.AnyTagClassName
{
color: #FAD45C;
}
</style>
background-color css
<style>
a { background-color: #FAD45C; }
a { background-color: rgb(250,212,92); }
div.DivClassName
{
background-color: #FAD45C;
}
.BgClassName
{
background-color: #FAD45C;
}
</style>
border-color css
<style>
span { border-color: #FAD45C; }
span { border-color: rgb(250,212,92); }
td.TdClassName
{
border-color: #FAD45C;
}
.TagClassName
{
border-color: #FAD45C;
}
</style>