Shades of Dandelion #F8D35C
Tints of Dandelion #F8D35C
RGB
CMYK
RGB Variations
Color information
#F8D35C (or 0xF8D35C) is known color: Dandelion. HEX triplet: F8, D3 and 5C. RGB value is (248,211,92). Sum of RGB (Red+Green+Blue) = 248+211+92=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 92 (36.33% from 255 or 16.70% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D35C is #072CA3. Grayscale: #D1D1D1. Windows color (decimal): -470180 or 6083576. OLE color: 6083576.
HSL color Cylindrical-coordinate representation of color #F8D35C: hue angle of 45.77º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8D35C is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 92 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.03 |
| HSL | 45.77º | 0.92% | 0.67% | - |
| HSV(B) | 45.77º | 0.63% | 0.97% | - |
| XYZ | 63.94 | 67.32 | 19.75 | - |
| YUV | 208.5 | 62.26 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 92 | 0 | 0.15 | 0.63 | 0.03 | 45.77 | 0.92 | 0.67 |
| Hex | F8 | D3 | 5C | 0 | F | 3F | 3 | 2E | 5C | 43 |
| Octal | 370 | 323 | 134 | 0 | 17 | 77 | 3 | 56 | 134 | 103 |
| Binary | 11111000 | 11010011 | 1011100 | 0 | 1111 | 111111 | 11 | 101110 | 1011100 | 1000011 |
Color Harmonies of #F8D35C
Complementary color
Monochromatic Colors of #F8D35C
Black with #F8D35C
Text Example
Text Example
White with #F8D35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D35C; }
p { color: rgb(248,211,92); }
H1.HeaderClassName
{
color: #F8D35C;
}
.AnyTagClassName
{
color: #F8D35C;
}
</style>
background-color css
<style>
a { background-color: #F8D35C; }
a { background-color: rgb(248,211,92); }
div.DivClassName
{
background-color: #F8D35C;
}
.BgClassName
{
background-color: #F8D35C;
}
</style>
border-color css
<style>
span { border-color: #F8D35C; }
span { border-color: rgb(248,211,92); }
td.TdClassName
{
border-color: #F8D35C;
}
.TagClassName
{
border-color: #F8D35C;
}
</style>