Shades of Gorse #F8D940
Tints of Gorse #F8D940
RGB
CMYK
RGB Variations
Color information
#F8D940 (or 0xF8D940) is known color: Gorse. HEX triplet: F8, D9 and 40. RGB value is (248,217,64). Sum of RGB (Red+Green+Blue) = 248+217+64=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 64 (25.39% from 255 or 12.10% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D940 is #0726BF. Grayscale: #D1D1D1. Windows color (decimal): -468672 or 4250104. OLE color: 4250104.
HSL color Cylindrical-coordinate representation of color #F8D940: hue angle of 49.89º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8D940 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 64 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.03 |
| HSL | 49.89º | 0.93% | 0.61% | - |
| HSV(B) | 49.89º | 0.74% | 0.97% | - |
| XYZ | 64.45 | 69.95 | 14.96 | - |
| YUV | 208.83 | 46.27 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 64 | 0 | 0.12 | 0.74 | 0.03 | 49.89 | 0.93 | 0.61 |
| Hex | F8 | D9 | 40 | 0 | C | 4A | 3 | 32 | 5D | 3D |
| Octal | 370 | 331 | 100 | 0 | 14 | 112 | 3 | 62 | 135 | 75 |
| Binary | 11111000 | 11011001 | 1000000 | 0 | 1100 | 1001010 | 11 | 110010 | 1011101 | 111101 |
Color Harmonies of #F8D940
Complementary color
Monochromatic Colors of #F8D940
Black with #F8D940
Text Example
Text Example
White with #F8D940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D940; }
p { color: rgb(248,217,64); }
H1.HeaderClassName
{
color: #F8D940;
}
.AnyTagClassName
{
color: #F8D940;
}
</style>
background-color css
<style>
a { background-color: #F8D940; }
a { background-color: rgb(248,217,64); }
div.DivClassName
{
background-color: #F8D940;
}
.BgClassName
{
background-color: #F8D940;
}
</style>
border-color css
<style>
span { border-color: #F8D940; }
span { border-color: rgb(248,217,64); }
td.TdClassName
{
border-color: #F8D940;
}
.TagClassName
{
border-color: #F8D940;
}
</style>