Shades of Dandelion #F8D465
Tints of Dandelion #F8D465
RGB
CMYK
RGB Variations
Color information
#F8D465 (or 0xF8D465) is known color: Dandelion. HEX triplet: F8, D4 and 65. RGB value is (248,212,101). Sum of RGB (Red+Green+Blue) = 248+212+101=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D465 is #072B9A. Grayscale: #D2D2D2. Windows color (decimal): -469915 or 6673656. OLE color: 6673656.
HSL color Cylindrical-coordinate representation of color #F8D465: hue angle of 45.31º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8D465 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 101 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.03 |
| HSL | 45.31º | 0.91% | 0.68% | - |
| HSV(B) | 45.31º | 0.59% | 0.97% | - |
| XYZ | 64.6 | 67.98 | 22.03 | - |
| YUV | 210.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 101 | 0 | 0.15 | 0.59 | 0.03 | 45.31 | 0.91 | 0.68 |
| Hex | F8 | D4 | 65 | 0 | F | 3B | 3 | 2D | 5B | 44 |
| Octal | 370 | 324 | 145 | 0 | 17 | 73 | 3 | 55 | 133 | 104 |
| Binary | 11111000 | 11010100 | 1100101 | 0 | 1111 | 111011 | 11 | 101101 | 1011011 | 1000100 |
Color Harmonies of #F8D465
Complementary color
Monochromatic Colors of #F8D465
Black with #F8D465
Text Example
Text Example
White with #F8D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D465; }
p { color: rgb(248,212,101); }
H1.HeaderClassName
{
color: #F8D465;
}
.AnyTagClassName
{
color: #F8D465;
}
</style>
background-color css
<style>
a { background-color: #F8D465; }
a { background-color: rgb(248,212,101); }
div.DivClassName
{
background-color: #F8D465;
}
.BgClassName
{
background-color: #F8D465;
}
</style>
border-color css
<style>
span { border-color: #F8D465; }
span { border-color: rgb(248,212,101); }
td.TdClassName
{
border-color: #F8D465;
}
.TagClassName
{
border-color: #F8D465;
}
</style>