Shades of Gorse #F9E139
Tints of Gorse #F9E139
RGB
CMYK
RGB Variations
Color information
#F9E139 (or 0xF9E139) is known color: Gorse. HEX triplet: F9, E1 and 39. RGB value is (249,225,57). Sum of RGB (Red+Green+Blue) = 249+225+57=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 57 (22.66% from 255 or 10.73% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E139 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E139 is #061EC6. Grayscale: #D5D5D5. Windows color (decimal): -401095 or 3793401. OLE color: 3793401.
HSL color Cylindrical-coordinate representation of color #F9E139: hue angle of 52.5º 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 #F9E139 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 57 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.02 |
| HSL | 52.5º | 0.94% | 0.6% | - |
| HSV(B) | 52.5º | 0.77% | 0.98% | - |
| XYZ | 66.73 | 74.29 | 14.69 | - |
| YUV | 213.02 | 39.95 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 57 | 0 | 0.10 | 0.77 | 0.02 | 52.5 | 0.94 | 0.6 |
| Hex | F9 | E1 | 39 | 0 | A | 4D | 2 | 34 | 5E | 3C |
| Octal | 371 | 341 | 71 | 0 | 12 | 115 | 2 | 64 | 136 | 74 |
| Binary | 11111001 | 11100001 | 111001 | 0 | 1010 | 1001101 | 10 | 110100 | 1011110 | 111100 |
Color Harmonies of #F9E139
Complementary color
Monochromatic Colors of #F9E139
Black with #F9E139
Text Example
Text Example
White with #F9E139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E139; }
p { color: rgb(249,225,57); }
H1.HeaderClassName
{
color: #F9E139;
}
.AnyTagClassName
{
color: #F9E139;
}
</style>
background-color css
<style>
a { background-color: #F9E139; }
a { background-color: rgb(249,225,57); }
div.DivClassName
{
background-color: #F9E139;
}
.BgClassName
{
background-color: #F9E139;
}
</style>
border-color css
<style>
span { border-color: #F9E139; }
span { border-color: rgb(249,225,57); }
td.TdClassName
{
border-color: #F9E139;
}
.TagClassName
{
border-color: #F9E139;
}
</style>