Shades of Dandelion #FADA67
Tints of Dandelion #FADA67
RGB
CMYK
RGB Variations
Color information
#FADA67 (or 0xFADA67) is known color: Dandelion. HEX triplet: FA, DA and 67. RGB value is (250,218,103). Sum of RGB (Red+Green+Blue) = 250+218+103=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 103 (40.62% from 255 or 18.04% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA67 is #052598. Grayscale: #D6D6D6. Windows color (decimal): -337305 or 6806266. OLE color: 6806266.
HSL color Cylindrical-coordinate representation of color #FADA67: hue angle of 46.94º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FADA67 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 103 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.02 |
| HSL | 46.94º | 0.94% | 0.69% | - |
| HSV(B) | 46.94º | 0.59% | 0.98% | - |
| XYZ | 66.94 | 71.45 | 23.09 | - |
| YUV | 214.46 | 65.1 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 103 | 0 | 0.13 | 0.59 | 0.02 | 46.94 | 0.94 | 0.69 |
| Hex | FA | DA | 67 | 0 | D | 3B | 2 | 2F | 5E | 45 |
| Octal | 372 | 332 | 147 | 0 | 15 | 73 | 2 | 57 | 136 | 105 |
| Binary | 11111010 | 11011010 | 1100111 | 0 | 1101 | 111011 | 10 | 101111 | 1011110 | 1000101 |
Color Harmonies of #FADA67
Complementary color
Monochromatic Colors of #FADA67
Black with #FADA67
Text Example
Text Example
White with #FADA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA67; }
p { color: rgb(250,218,103); }
H1.HeaderClassName
{
color: #FADA67;
}
.AnyTagClassName
{
color: #FADA67;
}
</style>
background-color css
<style>
a { background-color: #FADA67; }
a { background-color: rgb(250,218,103); }
div.DivClassName
{
background-color: #FADA67;
}
.BgClassName
{
background-color: #FADA67;
}
</style>
border-color css
<style>
span { border-color: #FADA67; }
span { border-color: rgb(250,218,103); }
td.TdClassName
{
border-color: #FADA67;
}
.TagClassName
{
border-color: #FADA67;
}
</style>