Shades of Dandelion #F2DB63
Tints of Dandelion #F2DB63
RGB
CMYK
RGB Variations
Color information
#F2DB63 (or 0xF2DB63) is known color: Dandelion. HEX triplet: F2, DB and 63. RGB value is (242,219,99). Sum of RGB (Red+Green+Blue) = 242+219+99=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 99 (39.06% from 255 or 17.68% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DB63 is #0D249C. Grayscale: #D4D4D4. Windows color (decimal): -861341 or 6544370. OLE color: 6544370.
HSL color Cylindrical-coordinate representation of color #F2DB63: hue angle of 50.35º 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 #F2DB63 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 99 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.05 |
| HSL | 50.35º | 0.85% | 0.67% | - |
| HSV(B) | 50.35º | 0.59% | 0.95% | - |
| XYZ | 64.2 | 70.44 | 22.02 | - |
| YUV | 212.2 | 64.12 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 99 | 0 | 0.10 | 0.59 | 0.05 | 50.35 | 0.85 | 0.67 |
| Hex | F2 | DB | 63 | 0 | A | 3B | 5 | 32 | 55 | 43 |
| Octal | 362 | 333 | 143 | 0 | 12 | 73 | 5 | 62 | 125 | 103 |
| Binary | 11110010 | 11011011 | 1100011 | 0 | 1010 | 111011 | 101 | 110010 | 1010101 | 1000011 |
Color Harmonies of #F2DB63
Complementary color
Monochromatic Colors of #F2DB63
Black with #F2DB63
Text Example
Text Example
White with #F2DB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB63; }
p { color: rgb(242,219,99); }
H1.HeaderClassName
{
color: #F2DB63;
}
.AnyTagClassName
{
color: #F2DB63;
}
</style>
background-color css
<style>
a { background-color: #F2DB63; }
a { background-color: rgb(242,219,99); }
div.DivClassName
{
background-color: #F2DB63;
}
.BgClassName
{
background-color: #F2DB63;
}
</style>
border-color css
<style>
span { border-color: #F2DB63; }
span { border-color: rgb(242,219,99); }
td.TdClassName
{
border-color: #F2DB63;
}
.TagClassName
{
border-color: #F2DB63;
}
</style>