Shades of Dandelion #F8D265
Tints of Dandelion #F8D265
RGB
CMYK
RGB Variations
Color information
#F8D265 (or 0xF8D265) is known color: Dandelion. HEX triplet: F8, D2 and 65. RGB value is (248,210,101). Sum of RGB (Red+Green+Blue) = 248+210+101=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D265 is #072D9A. Grayscale: #D1D1D1. Windows color (decimal): -470427 or 6673144. OLE color: 6673144.
HSL color Cylindrical-coordinate representation of color #F8D265: hue angle of 44.49º 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 #F8D265 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 101 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.03 |
| HSL | 44.49º | 0.91% | 0.68% | - |
| HSV(B) | 44.49º | 0.59% | 0.97% | - |
| XYZ | 64.11 | 66.99 | 21.86 | - |
| YUV | 208.94 | 67.09 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 101 | 0 | 0.15 | 0.59 | 0.03 | 44.49 | 0.91 | 0.68 |
| Hex | F8 | D2 | 65 | 0 | F | 3B | 3 | 2C | 5B | 44 |
| Octal | 370 | 322 | 145 | 0 | 17 | 73 | 3 | 54 | 133 | 104 |
| Binary | 11111000 | 11010010 | 1100101 | 0 | 1111 | 111011 | 11 | 101100 | 1011011 | 1000100 |
Color Harmonies of #F8D265
Complementary color
Monochromatic Colors of #F8D265
Black with #F8D265
Text Example
Text Example
White with #F8D265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D265; }
p { color: rgb(248,210,101); }
H1.HeaderClassName
{
color: #F8D265;
}
.AnyTagClassName
{
color: #F8D265;
}
</style>
background-color css
<style>
a { background-color: #F8D265; }
a { background-color: rgb(248,210,101); }
div.DivClassName
{
background-color: #F8D265;
}
.BgClassName
{
background-color: #F8D265;
}
</style>
border-color css
<style>
span { border-color: #F8D265; }
span { border-color: rgb(248,210,101); }
td.TdClassName
{
border-color: #F8D265;
}
.TagClassName
{
border-color: #F8D265;
}
</style>