Shades of Gorse #F9E828
Tints of Gorse #F9E828
RGB
CMYK
RGB Variations
Color information
#F9E828 (or 0xF9E828) is known color: Gorse. HEX triplet: F9, E8 and 28. RGB value is (249,232,40). Sum of RGB (Red+Green+Blue) = 249+232+40=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 40 (16.02% from 255 or 7.68% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E828 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9E828 is #0617D7. Grayscale: #D7D7D7. Windows color (decimal): -399320 or 2681081. OLE color: 2681081.
HSL color Cylindrical-coordinate representation of color #F9E828: hue angle of 55.12º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9E828 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 232 | 40 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.02 |
| HSL | 55.12º | 0.95% | 0.57% | - |
| HSV(B) | 55.12º | 0.84% | 0.98% | - |
| XYZ | 68.31 | 78.01 | 13.46 | - |
| YUV | 215.2 | 29.13 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 232 | 40 | 0 | 0.07 | 0.84 | 0.02 | 55.12 | 0.95 | 0.57 |
| Hex | F9 | E8 | 28 | 0 | 7 | 54 | 2 | 37 | 5F | 39 |
| Octal | 371 | 350 | 50 | 0 | 7 | 124 | 2 | 67 | 137 | 71 |
| Binary | 11111001 | 11101000 | 101000 | 0 | 111 | 1010100 | 10 | 110111 | 1011111 | 111001 |
Color Harmonies of #F9E828
Complementary color
Monochromatic Colors of #F9E828
Black with #F9E828
Text Example
Text Example
White with #F9E828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E828; }
p { color: rgb(249,232,40); }
H1.HeaderClassName
{
color: #F9E828;
}
.AnyTagClassName
{
color: #F9E828;
}
</style>
background-color css
<style>
a { background-color: #F9E828; }
a { background-color: rgb(249,232,40); }
div.DivClassName
{
background-color: #F9E828;
}
.BgClassName
{
background-color: #F9E828;
}
</style>
border-color css
<style>
span { border-color: #F9E828; }
span { border-color: rgb(249,232,40); }
td.TdClassName
{
border-color: #F9E828;
}
.TagClassName
{
border-color: #F9E828;
}
</style>