Shades of Gorse #F8E124
Tints of Gorse #F8E124
RGB
CMYK
RGB Variations
Color information
#F8E124 (or 0xF8E124) is known color: Gorse. HEX triplet: F8, E1 and 24. RGB value is (248,225,36). Sum of RGB (Red+Green+Blue) = 248+225+36=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 36 (14.45% from 255 or 7.07% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E124 is #071EDB. Grayscale: #D3D3D3. Windows color (decimal): -466652 or 2417144. OLE color: 2417144.
HSL color Cylindrical-coordinate representation of color #F8E124: hue angle of 53.49º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8E124 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 36 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.03 |
| HSL | 53.49º | 0.94% | 0.56% | - |
| HSV(B) | 53.49º | 0.85% | 0.97% | - |
| XYZ | 65.96 | 73.93 | 12.46 | - |
| YUV | 210.33 | 29.62 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 36 | 0 | 0.09 | 0.85 | 0.03 | 53.49 | 0.94 | 0.56 |
| Hex | F8 | E1 | 24 | 0 | 9 | 55 | 3 | 35 | 5E | 38 |
| Octal | 370 | 341 | 44 | 0 | 11 | 125 | 3 | 65 | 136 | 70 |
| Binary | 11111000 | 11100001 | 100100 | 0 | 1001 | 1010101 | 11 | 110101 | 1011110 | 111000 |
Color Harmonies of #F8E124
Complementary color
Monochromatic Colors of #F8E124
Black with #F8E124
Text Example
Text Example
White with #F8E124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E124; }
p { color: rgb(248,225,36); }
H1.HeaderClassName
{
color: #F8E124;
}
.AnyTagClassName
{
color: #F8E124;
}
</style>
background-color css
<style>
a { background-color: #F8E124; }
a { background-color: rgb(248,225,36); }
div.DivClassName
{
background-color: #F8E124;
}
.BgClassName
{
background-color: #F8E124;
}
</style>
border-color css
<style>
span { border-color: #F8E124; }
span { border-color: rgb(248,225,36); }
td.TdClassName
{
border-color: #F8E124;
}
.TagClassName
{
border-color: #F8E124;
}
</style>