Shades of Gorse #F9EE2B
Tints of Gorse #F9EE2B
RGB
CMYK
RGB Variations
Color information
#F9EE2B (or 0xF9EE2B) is known color: Gorse. HEX triplet: F9, EE and 2B. RGB value is (249,238,43). Sum of RGB (Red+Green+Blue) = 249+238+43=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 43 (17.19% from 255 or 8.11% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EE2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9EE2B is #0611D4. Grayscale: #DBDBDB. Windows color (decimal): -397781 or 2879225. OLE color: 2879225.
HSL color Cylindrical-coordinate representation of color #F9EE2B: hue angle of 56.8º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9EE2B is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 238 | 43 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.02 |
| HSL | 56.8º | 0.94% | 0.57% | - |
| HSV(B) | 56.8º | 0.83% | 0.98% | - |
| XYZ | 70.08 | 81.46 | 14.32 | - |
| YUV | 219.06 | 28.64 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 238 | 43 | 0 | 0.04 | 0.83 | 0.02 | 56.8 | 0.94 | 0.57 |
| Hex | F9 | EE | 2B | 0 | 4 | 53 | 2 | 39 | 5E | 39 |
| Octal | 371 | 356 | 53 | 0 | 4 | 123 | 2 | 71 | 136 | 71 |
| Binary | 11111001 | 11101110 | 101011 | 0 | 100 | 1010011 | 10 | 111001 | 1011110 | 111001 |
Color Harmonies of #F9EE2B
Complementary color
Monochromatic Colors of #F9EE2B
Black with #F9EE2B
Text Example
Text Example
White with #F9EE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EE2B; }
p { color: rgb(249,238,43); }
H1.HeaderClassName
{
color: #F9EE2B;
}
.AnyTagClassName
{
color: #F9EE2B;
}
</style>
background-color css
<style>
a { background-color: #F9EE2B; }
a { background-color: rgb(249,238,43); }
div.DivClassName
{
background-color: #F9EE2B;
}
.BgClassName
{
background-color: #F9EE2B;
}
</style>
border-color css
<style>
span { border-color: #F9EE2B; }
span { border-color: rgb(249,238,43); }
td.TdClassName
{
border-color: #F9EE2B;
}
.TagClassName
{
border-color: #F9EE2B;
}
</style>