Shades of Gorse #F9EF3A
Tints of Gorse #F9EF3A
RGB
CMYK
RGB Variations
Color information
#F9EF3A (or 0xF9EF3A) is known color: Gorse. HEX triplet: F9, EF and 3A. RGB value is (249,239,58). Sum of RGB (Red+Green+Blue) = 249+239+58=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 58 (23.05% from 255 or 10.62% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EF3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9EF3A is #0610C5. Grayscale: #DEDEDE. Windows color (decimal): -397510 or 3862521. OLE color: 3862521.
HSL color Cylindrical-coordinate representation of color #F9EF3A: hue angle of 56.86º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9EF3A is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 58 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.02 |
| HSL | 56.86º | 0.94% | 0.6% | - |
| HSV(B) | 56.86º | 0.77% | 0.98% | - |
| XYZ | 70.7 | 82.18 | 16.14 | - |
| YUV | 221.36 | 35.81 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 58 | 0 | 0.04 | 0.77 | 0.02 | 56.86 | 0.94 | 0.6 |
| Hex | F9 | EF | 3A | 0 | 4 | 4D | 2 | 39 | 5E | 3C |
| Octal | 371 | 357 | 72 | 0 | 4 | 115 | 2 | 71 | 136 | 74 |
| Binary | 11111001 | 11101111 | 111010 | 0 | 100 | 1001101 | 10 | 111001 | 1011110 | 111100 |
Color Harmonies of #F9EF3A
Complementary color
Monochromatic Colors of #F9EF3A
Black with #F9EF3A
Text Example
Text Example
White with #F9EF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EF3A; }
p { color: rgb(249,239,58); }
H1.HeaderClassName
{
color: #F9EF3A;
}
.AnyTagClassName
{
color: #F9EF3A;
}
</style>
background-color css
<style>
a { background-color: #F9EF3A; }
a { background-color: rgb(249,239,58); }
div.DivClassName
{
background-color: #F9EF3A;
}
.BgClassName
{
background-color: #F9EF3A;
}
</style>
border-color css
<style>
span { border-color: #F9EF3A; }
span { border-color: rgb(249,239,58); }
td.TdClassName
{
border-color: #F9EF3A;
}
.TagClassName
{
border-color: #F9EF3A;
}
</style>