Shades of Dandelion #F2DA65
Tints of Dandelion #F2DA65
RGB
CMYK
RGB Variations
Color information
#F2DA65 (or 0xF2DA65) is known color: Dandelion. HEX triplet: F2, DA and 65. RGB value is (242,218,101). Sum of RGB (Red+Green+Blue) = 242+218+101=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DA65 is #0D259A. Grayscale: #D4D4D4. Windows color (decimal): -861595 or 6675186. OLE color: 6675186.
HSL color Cylindrical-coordinate representation of color #F2DA65: hue angle of 49.79º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2DA65 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 101 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.05 |
| HSL | 49.79º | 0.84% | 0.67% | - |
| HSV(B) | 49.79º | 0.58% | 0.95% | - |
| XYZ | 64.04 | 69.96 | 22.44 | - |
| YUV | 211.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 101 | 0 | 0.10 | 0.58 | 0.05 | 49.79 | 0.84 | 0.67 |
| Hex | F2 | DA | 65 | 0 | A | 3A | 5 | 32 | 54 | 43 |
| Octal | 362 | 332 | 145 | 0 | 12 | 72 | 5 | 62 | 124 | 103 |
| Binary | 11110010 | 11011010 | 1100101 | 0 | 1010 | 111010 | 101 | 110010 | 1010100 | 1000011 |
Color Harmonies of #F2DA65
Complementary color
Monochromatic Colors of #F2DA65
Black with #F2DA65
Text Example
Text Example
White with #F2DA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA65; }
p { color: rgb(242,218,101); }
H1.HeaderClassName
{
color: #F2DA65;
}
.AnyTagClassName
{
color: #F2DA65;
}
</style>
background-color css
<style>
a { background-color: #F2DA65; }
a { background-color: rgb(242,218,101); }
div.DivClassName
{
background-color: #F2DA65;
}
.BgClassName
{
background-color: #F2DA65;
}
</style>
border-color css
<style>
span { border-color: #F2DA65; }
span { border-color: rgb(242,218,101); }
td.TdClassName
{
border-color: #F2DA65;
}
.TagClassName
{
border-color: #F2DA65;
}
</style>