Shades of Dandelion #F7D75E
Tints of Dandelion #F7D75E
RGB
CMYK
RGB Variations
Color information
#F7D75E (or 0xF7D75E) is known color: Dandelion. HEX triplet: F7, D7 and 5E. RGB value is (247,215,94). Sum of RGB (Red+Green+Blue) = 247+215+94=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 94 (37.11% from 255 or 16.91% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D75E is #0828A1. Grayscale: #D3D3D3. Windows color (decimal): -534690 or 6215671. OLE color: 6215671.
HSL color Cylindrical-coordinate representation of color #F7D75E: hue angle of 47.45º degrees, saturation: 0.91, 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 #F7D75E is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 215 | 94 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.03 |
| HSL | 47.45º | 0.91% | 0.67% | - |
| HSV(B) | 47.45º | 0.62% | 0.97% | - |
| XYZ | 64.68 | 69.18 | 20.53 | - |
| YUV | 210.77 | 62.1 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 215 | 94 | 0 | 0.13 | 0.62 | 0.03 | 47.45 | 0.91 | 0.67 |
| Hex | F7 | D7 | 5E | 0 | D | 3E | 3 | 2F | 5B | 43 |
| Octal | 367 | 327 | 136 | 0 | 15 | 76 | 3 | 57 | 133 | 103 |
| Binary | 11110111 | 11010111 | 1011110 | 0 | 1101 | 111110 | 11 | 101111 | 1011011 | 1000011 |
Color Harmonies of #F7D75E
Complementary color
Monochromatic Colors of #F7D75E
Black with #F7D75E
Text Example
Text Example
White with #F7D75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D75E; }
p { color: rgb(247,215,94); }
H1.HeaderClassName
{
color: #F7D75E;
}
.AnyTagClassName
{
color: #F7D75E;
}
</style>
background-color css
<style>
a { background-color: #F7D75E; }
a { background-color: rgb(247,215,94); }
div.DivClassName
{
background-color: #F7D75E;
}
.BgClassName
{
background-color: #F7D75E;
}
</style>
border-color css
<style>
span { border-color: #F7D75E; }
span { border-color: rgb(247,215,94); }
td.TdClassName
{
border-color: #F7D75E;
}
.TagClassName
{
border-color: #F7D75E;
}
</style>