Shades of Dandelion #FADB68
Tints of Dandelion #FADB68
RGB
CMYK
RGB Variations
Color information
#FADB68 (or 0xFADB68) is known color: Dandelion. HEX triplet: FA, DB and 68. RGB value is (250,219,104). Sum of RGB (Red+Green+Blue) = 250+219+104=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 104 (41.02% from 255 or 18.15% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB68 is #052497. Grayscale: #D7D7D7. Windows color (decimal): -337048 or 6872058. OLE color: 6872058.
HSL color Cylindrical-coordinate representation of color #FADB68: hue angle of 47.26º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FADB68 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 104 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.02 |
| HSL | 47.26º | 0.94% | 0.69% | - |
| HSV(B) | 47.26º | 0.58% | 0.98% | - |
| XYZ | 67.25 | 71.99 | 23.45 | - |
| YUV | 215.16 | 65.27 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 104 | 0 | 0.12 | 0.58 | 0.02 | 47.26 | 0.94 | 0.69 |
| Hex | FA | DB | 68 | 0 | C | 3A | 2 | 2F | 5E | 45 |
| Octal | 372 | 333 | 150 | 0 | 14 | 72 | 2 | 57 | 136 | 105 |
| Binary | 11111010 | 11011011 | 1101000 | 0 | 1100 | 111010 | 10 | 101111 | 1011110 | 1000101 |
Color Harmonies of #FADB68
Complementary color
Monochromatic Colors of #FADB68
Black with #FADB68
Text Example
Text Example
White with #FADB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB68; }
p { color: rgb(250,219,104); }
H1.HeaderClassName
{
color: #FADB68;
}
.AnyTagClassName
{
color: #FADB68;
}
</style>
background-color css
<style>
a { background-color: #FADB68; }
a { background-color: rgb(250,219,104); }
div.DivClassName
{
background-color: #FADB68;
}
.BgClassName
{
background-color: #FADB68;
}
</style>
border-color css
<style>
span { border-color: #FADB68; }
span { border-color: rgb(250,219,104); }
td.TdClassName
{
border-color: #FADB68;
}
.TagClassName
{
border-color: #FADB68;
}
</style>