Shades of Gorse #F8F037
Tints of Gorse #F8F037
RGB
CMYK
RGB Variations
Color information
#F8F037 (or 0xF8F037) is known color: Gorse. HEX triplet: F8, F0 and 37. RGB value is (248,240,55). Sum of RGB (Red+Green+Blue) = 248+240+55=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 55 (21.88% from 255 or 10.13% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F037 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F037 is #070FC8. Grayscale: #DEDEDE. Windows color (decimal): -462793 or 3666168. OLE color: 3666168.
HSL color Cylindrical-coordinate representation of color #F8F037: hue angle of 57.51º 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 #F8F037 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 55 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.03 |
| HSL | 57.51º | 0.93% | 0.59% | - |
| HSV(B) | 57.51º | 0.78% | 0.97% | - |
| XYZ | 70.56 | 82.55 | 15.83 | - |
| YUV | 221.3 | 34.15 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 55 | 0 | 0.03 | 0.78 | 0.03 | 57.51 | 0.93 | 0.59 |
| Hex | F8 | F0 | 37 | 0 | 3 | 4E | 3 | 3A | 5D | 3B |
| Octal | 370 | 360 | 67 | 0 | 3 | 116 | 3 | 72 | 135 | 73 |
| Binary | 11111000 | 11110000 | 110111 | 0 | 11 | 1001110 | 11 | 111010 | 1011101 | 111011 |
Color Harmonies of #F8F037
Complementary color
Monochromatic Colors of #F8F037
Black with #F8F037
Text Example
Text Example
White with #F8F037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F037; }
p { color: rgb(248,240,55); }
H1.HeaderClassName
{
color: #F8F037;
}
.AnyTagClassName
{
color: #F8F037;
}
</style>
background-color css
<style>
a { background-color: #F8F037; }
a { background-color: rgb(248,240,55); }
div.DivClassName
{
background-color: #F8F037;
}
.BgClassName
{
background-color: #F8F037;
}
</style>
border-color css
<style>
span { border-color: #F8F037; }
span { border-color: rgb(248,240,55); }
td.TdClassName
{
border-color: #F8F037;
}
.TagClassName
{
border-color: #F8F037;
}
</style>