Shades of Gorse #F9EE25
Tints of Gorse #F9EE25
RGB
CMYK
RGB Variations
Color information
#F9EE25 (or 0xF9EE25) is known color: Gorse. HEX triplet: F9, EE and 25. RGB value is (249,238,37). Sum of RGB (Red+Green+Blue) = 249+238+37=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 37 (14.84% from 255 or 7.06% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EE25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9EE25 is #0611DA. Grayscale: #DBDBDB. Windows color (decimal): -397787 or 2486009. OLE color: 2486009.
HSL color Cylindrical-coordinate representation of color #F9EE25: hue angle of 56.89º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9EE25 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 238 | 37 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.02 |
| HSL | 56.89º | 0.95% | 0.56% | - |
| HSV(B) | 56.89º | 0.85% | 0.98% | - |
| XYZ | 69.98 | 81.42 | 13.78 | - |
| YUV | 218.38 | 25.64 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 238 | 37 | 0 | 0.04 | 0.85 | 0.02 | 56.89 | 0.95 | 0.56 |
| Hex | F9 | EE | 25 | 0 | 4 | 55 | 2 | 39 | 5F | 38 |
| Octal | 371 | 356 | 45 | 0 | 4 | 125 | 2 | 71 | 137 | 70 |
| Binary | 11111001 | 11101110 | 100101 | 0 | 100 | 1010101 | 10 | 111001 | 1011111 | 111000 |
Color Harmonies of #F9EE25
Complementary color
Monochromatic Colors of #F9EE25
Black with #F9EE25
Text Example
Text Example
White with #F9EE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EE25; }
p { color: rgb(249,238,37); }
H1.HeaderClassName
{
color: #F9EE25;
}
.AnyTagClassName
{
color: #F9EE25;
}
</style>
background-color css
<style>
a { background-color: #F9EE25; }
a { background-color: rgb(249,238,37); }
div.DivClassName
{
background-color: #F9EE25;
}
.BgClassName
{
background-color: #F9EE25;
}
</style>
border-color css
<style>
span { border-color: #F9EE25; }
span { border-color: rgb(249,238,37); }
td.TdClassName
{
border-color: #F9EE25;
}
.TagClassName
{
border-color: #F9EE25;
}
</style>