Shades of Gorse #F8EF2E
Tints of Gorse #F8EF2E
RGB
CMYK
RGB Variations
Color information
#F8EF2E (or 0xF8EF2E) is known color: Gorse. HEX triplet: F8, EF and 2E. RGB value is (248,239,46). Sum of RGB (Red+Green+Blue) = 248+239+46=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 46 (18.36% from 255 or 8.63% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EF2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8EF2E is #0710D1. Grayscale: #DCDCDC. Windows color (decimal): -463058 or 3076088. OLE color: 3076088.
HSL color Cylindrical-coordinate representation of color #F8EF2E: hue angle of 57.33º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8EF2E is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 239 | 46 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.03 |
| HSL | 57.33º | 0.94% | 0.58% | - |
| HSV(B) | 57.33º | 0.81% | 0.97% | - |
| XYZ | 70.07 | 81.89 | 14.7 | - |
| YUV | 219.69 | 29.98 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 239 | 46 | 0 | 0.04 | 0.81 | 0.03 | 57.33 | 0.94 | 0.58 |
| Hex | F8 | EF | 2E | 0 | 4 | 51 | 3 | 39 | 5E | 3A |
| Octal | 370 | 357 | 56 | 0 | 4 | 121 | 3 | 71 | 136 | 72 |
| Binary | 11111000 | 11101111 | 101110 | 0 | 100 | 1010001 | 11 | 111001 | 1011110 | 111010 |
Color Harmonies of #F8EF2E
Complementary color
Monochromatic Colors of #F8EF2E
Black with #F8EF2E
Text Example
Text Example
White with #F8EF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EF2E; }
p { color: rgb(248,239,46); }
H1.HeaderClassName
{
color: #F8EF2E;
}
.AnyTagClassName
{
color: #F8EF2E;
}
</style>
background-color css
<style>
a { background-color: #F8EF2E; }
a { background-color: rgb(248,239,46); }
div.DivClassName
{
background-color: #F8EF2E;
}
.BgClassName
{
background-color: #F8EF2E;
}
</style>
border-color css
<style>
span { border-color: #F8EF2E; }
span { border-color: rgb(248,239,46); }
td.TdClassName
{
border-color: #F8EF2E;
}
.TagClassName
{
border-color: #F8EF2E;
}
</style>