Shades of Gorse #F8F02E
Tints of Gorse #F8F02E
RGB
CMYK
RGB Variations
Color information
#F8F02E (or 0xF8F02E) is known color: Gorse. HEX triplet: F8, F0 and 2E. RGB value is (248,240,46). Sum of RGB (Red+Green+Blue) = 248+240+46=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 46 (18.36% from 255 or 8.61% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F02E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F02E is #070FD1. Grayscale: #DDDDDD. Windows color (decimal): -462802 or 3076344. OLE color: 3076344.
HSL color Cylindrical-coordinate representation of color #F8F02E: hue angle of 57.62º 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 #F8F02E is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 46 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.03 |
| HSL | 57.62º | 0.94% | 0.58% | - |
| HSV(B) | 57.62º | 0.81% | 0.97% | - |
| XYZ | 70.36 | 82.47 | 14.8 | - |
| YUV | 220.28 | 29.65 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 46 | 0 | 0.03 | 0.81 | 0.03 | 57.62 | 0.94 | 0.58 |
| Hex | F8 | F0 | 2E | 0 | 3 | 51 | 3 | 3A | 5E | 3A |
| Octal | 370 | 360 | 56 | 0 | 3 | 121 | 3 | 72 | 136 | 72 |
| Binary | 11111000 | 11110000 | 101110 | 0 | 11 | 1010001 | 11 | 111010 | 1011110 | 111010 |
Color Harmonies of #F8F02E
Complementary color
Monochromatic Colors of #F8F02E
Black with #F8F02E
Text Example
Text Example
White with #F8F02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F02E; }
p { color: rgb(248,240,46); }
H1.HeaderClassName
{
color: #F8F02E;
}
.AnyTagClassName
{
color: #F8F02E;
}
</style>
background-color css
<style>
a { background-color: #F8F02E; }
a { background-color: rgb(248,240,46); }
div.DivClassName
{
background-color: #F8F02E;
}
.BgClassName
{
background-color: #F8F02E;
}
</style>
border-color css
<style>
span { border-color: #F8F02E; }
span { border-color: rgb(248,240,46); }
td.TdClassName
{
border-color: #F8F02E;
}
.TagClassName
{
border-color: #F8F02E;
}
</style>