Shades of Gorse #F8E529
Tints of Gorse #F8E529
RGB
CMYK
RGB Variations
Color information
#F8E529 (or 0xF8E529) is known color: Gorse. HEX triplet: F8, E5 and 29. RGB value is (248,229,41). Sum of RGB (Red+Green+Blue) = 248+229+41=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 41 (16.41% from 255 or 7.92% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E529 is #071AD6. Grayscale: #D6D6D6. Windows color (decimal): -465623 or 2745848. OLE color: 2745848.
HSL color Cylindrical-coordinate representation of color #F8E529: hue angle of 54.49º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8E529 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 229 | 41 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.03 |
| HSL | 54.49º | 0.94% | 0.57% | - |
| HSV(B) | 54.49º | 0.83% | 0.97% | - |
| XYZ | 67.13 | 76.16 | 13.26 | - |
| YUV | 213.25 | 30.79 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 229 | 41 | 0 | 0.08 | 0.83 | 0.03 | 54.49 | 0.94 | 0.57 |
| Hex | F8 | E5 | 29 | 0 | 8 | 53 | 3 | 36 | 5E | 39 |
| Octal | 370 | 345 | 51 | 0 | 10 | 123 | 3 | 66 | 136 | 71 |
| Binary | 11111000 | 11100101 | 101001 | 0 | 1000 | 1010011 | 11 | 110110 | 1011110 | 111001 |
Color Harmonies of #F8E529
Complementary color
Monochromatic Colors of #F8E529
Black with #F8E529
Text Example
Text Example
White with #F8E529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E529; }
p { color: rgb(248,229,41); }
H1.HeaderClassName
{
color: #F8E529;
}
.AnyTagClassName
{
color: #F8E529;
}
</style>
background-color css
<style>
a { background-color: #F8E529; }
a { background-color: rgb(248,229,41); }
div.DivClassName
{
background-color: #F8E529;
}
.BgClassName
{
background-color: #F8E529;
}
</style>
border-color css
<style>
span { border-color: #F8E529; }
span { border-color: rgb(248,229,41); }
td.TdClassName
{
border-color: #F8E529;
}
.TagClassName
{
border-color: #F8E529;
}
</style>