Shades of Dandelion #F8DF5F
Tints of Dandelion #F8DF5F
RGB
CMYK
RGB Variations
Color information
#F8DF5F (or 0xF8DF5F) is known color: Dandelion. HEX triplet: F8, DF and 5F. RGB value is (248,223,95). Sum of RGB (Red+Green+Blue) = 248+223+95=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 95 (37.5% from 255 or 16.78% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DF5F is #0720A0. Grayscale: #D8D8D8. Windows color (decimal): -467105 or 6283256. OLE color: 6283256.
HSL color Cylindrical-coordinate representation of color #F8DF5F: hue angle of 50.2º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8DF5F is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 95 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.03 |
| HSL | 50.2º | 0.92% | 0.67% | - |
| HSV(B) | 50.2º | 0.62% | 0.97% | - |
| XYZ | 67.16 | 73.56 | 21.48 | - |
| YUV | 215.88 | 59.78 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 95 | 0 | 0.10 | 0.62 | 0.03 | 50.2 | 0.92 | 0.67 |
| Hex | F8 | DF | 5F | 0 | A | 3E | 3 | 32 | 5C | 43 |
| Octal | 370 | 337 | 137 | 0 | 12 | 76 | 3 | 62 | 134 | 103 |
| Binary | 11111000 | 11011111 | 1011111 | 0 | 1010 | 111110 | 11 | 110010 | 1011100 | 1000011 |
Color Harmonies of #F8DF5F
Complementary color
Monochromatic Colors of #F8DF5F
Black with #F8DF5F
Text Example
Text Example
White with #F8DF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF5F; }
p { color: rgb(248,223,95); }
H1.HeaderClassName
{
color: #F8DF5F;
}
.AnyTagClassName
{
color: #F8DF5F;
}
</style>
background-color css
<style>
a { background-color: #F8DF5F; }
a { background-color: rgb(248,223,95); }
div.DivClassName
{
background-color: #F8DF5F;
}
.BgClassName
{
background-color: #F8DF5F;
}
</style>
border-color css
<style>
span { border-color: #F8DF5F; }
span { border-color: rgb(248,223,95); }
td.TdClassName
{
border-color: #F8DF5F;
}
.TagClassName
{
border-color: #F8DF5F;
}
</style>