Shades of Dandelion #FAD268
Tints of Dandelion #FAD268
RGB
CMYK
RGB Variations
Color information
#FAD268 (or 0xFAD268) is known color: Dandelion. HEX triplet: FA, D2 and 68. RGB value is (250,210,104). Sum of RGB (Red+Green+Blue) = 250+210+104=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 104 (41.02% from 255 or 18.44% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD268 is #052D97. Grayscale: #D2D2D2. Windows color (decimal): -339352 or 6869754. OLE color: 6869754.
HSL color Cylindrical-coordinate representation of color #FAD268: hue angle of 43.56º 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 #FAD268 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 104 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.02 |
| HSL | 43.56º | 0.94% | 0.69% | - |
| HSV(B) | 43.56º | 0.58% | 0.98% | - |
| XYZ | 64.97 | 67.42 | 22.69 | - |
| YUV | 209.88 | 68.25 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 104 | 0 | 0.16 | 0.58 | 0.02 | 43.56 | 0.94 | 0.69 |
| Hex | FA | D2 | 68 | 0 | 10 | 3A | 2 | 2C | 5E | 45 |
| Octal | 372 | 322 | 150 | 0 | 20 | 72 | 2 | 54 | 136 | 105 |
| Binary | 11111010 | 11010010 | 1101000 | 0 | 10000 | 111010 | 10 | 101100 | 1011110 | 1000101 |
Color Harmonies of #FAD268
Complementary color
Monochromatic Colors of #FAD268
Black with #FAD268
Text Example
Text Example
White with #FAD268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD268; }
p { color: rgb(250,210,104); }
H1.HeaderClassName
{
color: #FAD268;
}
.AnyTagClassName
{
color: #FAD268;
}
</style>
background-color css
<style>
a { background-color: #FAD268; }
a { background-color: rgb(250,210,104); }
div.DivClassName
{
background-color: #FAD268;
}
.BgClassName
{
background-color: #FAD268;
}
</style>
border-color css
<style>
span { border-color: #FAD268; }
span { border-color: rgb(250,210,104); }
td.TdClassName
{
border-color: #FAD268;
}
.TagClassName
{
border-color: #FAD268;
}
</style>