Shades of Dandelion #F2DA63
Tints of Dandelion #F2DA63
RGB
CMYK
RGB Variations
Color information
#F2DA63 (or 0xF2DA63) is known color: Dandelion. HEX triplet: F2, DA and 63. RGB value is (242,218,99). Sum of RGB (Red+Green+Blue) = 242+218+99=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 99 (39.06% from 255 or 17.71% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DA63 is #0D259C. Grayscale: #D4D4D4. Windows color (decimal): -861597 or 6544114. OLE color: 6544114.
HSL color Cylindrical-coordinate representation of color #F2DA63: hue angle of 49.93º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2DA63 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 99 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.05 |
| HSL | 49.93º | 0.85% | 0.67% | - |
| HSV(B) | 49.93º | 0.59% | 0.95% | - |
| XYZ | 63.94 | 69.92 | 21.93 | - |
| YUV | 211.61 | 64.45 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 99 | 0 | 0.10 | 0.59 | 0.05 | 49.93 | 0.85 | 0.67 |
| Hex | F2 | DA | 63 | 0 | A | 3B | 5 | 32 | 55 | 43 |
| Octal | 362 | 332 | 143 | 0 | 12 | 73 | 5 | 62 | 125 | 103 |
| Binary | 11110010 | 11011010 | 1100011 | 0 | 1010 | 111011 | 101 | 110010 | 1010101 | 1000011 |
Color Harmonies of #F2DA63
Complementary color
Monochromatic Colors of #F2DA63
Black with #F2DA63
Text Example
Text Example
White with #F2DA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA63; }
p { color: rgb(242,218,99); }
H1.HeaderClassName
{
color: #F2DA63;
}
.AnyTagClassName
{
color: #F2DA63;
}
</style>
background-color css
<style>
a { background-color: #F2DA63; }
a { background-color: rgb(242,218,99); }
div.DivClassName
{
background-color: #F2DA63;
}
.BgClassName
{
background-color: #F2DA63;
}
</style>
border-color css
<style>
span { border-color: #F2DA63; }
span { border-color: rgb(242,218,99); }
td.TdClassName
{
border-color: #F2DA63;
}
.TagClassName
{
border-color: #F2DA63;
}
</style>