Shades of Gorse #F8E237
Tints of Gorse #F8E237
RGB
CMYK
RGB Variations
Color information
#F8E237 (or 0xF8E237) is known color: Gorse. HEX triplet: F8, E2 and 37. RGB value is (248,226,55). Sum of RGB (Red+Green+Blue) = 248+226+55=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 55 (21.88% from 255 or 10.40% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E237 is #071DC8. Grayscale: #D5D5D5. Windows color (decimal): -466377 or 3662584. OLE color: 3662584.
HSL color Cylindrical-coordinate representation of color #F8E237: hue angle of 53.16º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F8E237 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 226 | 55 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.03 |
| HSL | 53.16º | 0.93% | 0.59% | - |
| HSV(B) | 53.16º | 0.78% | 0.97% | - |
| XYZ | 66.6 | 74.63 | 14.51 | - |
| YUV | 213.08 | 38.79 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 226 | 55 | 0 | 0.09 | 0.78 | 0.03 | 53.16 | 0.93 | 0.59 |
| Hex | F8 | E2 | 37 | 0 | 9 | 4E | 3 | 35 | 5D | 3B |
| Octal | 370 | 342 | 67 | 0 | 11 | 116 | 3 | 65 | 135 | 73 |
| Binary | 11111000 | 11100010 | 110111 | 0 | 1001 | 1001110 | 11 | 110101 | 1011101 | 111011 |
Color Harmonies of #F8E237
Complementary color
Monochromatic Colors of #F8E237
Black with #F8E237
Text Example
Text Example
White with #F8E237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E237; }
p { color: rgb(248,226,55); }
H1.HeaderClassName
{
color: #F8E237;
}
.AnyTagClassName
{
color: #F8E237;
}
</style>
background-color css
<style>
a { background-color: #F8E237; }
a { background-color: rgb(248,226,55); }
div.DivClassName
{
background-color: #F8E237;
}
.BgClassName
{
background-color: #F8E237;
}
</style>
border-color css
<style>
span { border-color: #F8E237; }
span { border-color: rgb(248,226,55); }
td.TdClassName
{
border-color: #F8E237;
}
.TagClassName
{
border-color: #F8E237;
}
</style>