Shades of Gorse #F9F137
Tints of Gorse #F9F137
RGB
CMYK
RGB Variations
Color information
#F9F137 (or 0xF9F137) is known color: Gorse. HEX triplet: F9, F1 and 37. RGB value is (249,241,55). Sum of RGB (Red+Green+Blue) = 249+241+55=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 55 (21.88% from 255 or 10.09% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F137 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F137 is #060EC8. Grayscale: #DEDEDE. Windows color (decimal): -397001 or 3666425. OLE color: 3666425.
HSL color Cylindrical-coordinate representation of color #F9F137: hue angle of 57.53º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9F137 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 55 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.02 |
| HSL | 57.53º | 0.94% | 0.6% | - |
| HSV(B) | 57.53º | 0.78% | 0.98% | - |
| XYZ | 71.21 | 83.33 | 15.94 | - |
| YUV | 222.19 | 33.65 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 55 | 0 | 0.03 | 0.78 | 0.02 | 57.53 | 0.94 | 0.6 |
| Hex | F9 | F1 | 37 | 0 | 3 | 4E | 2 | 3A | 5E | 3C |
| Octal | 371 | 361 | 67 | 0 | 3 | 116 | 2 | 72 | 136 | 74 |
| Binary | 11111001 | 11110001 | 110111 | 0 | 11 | 1001110 | 10 | 111010 | 1011110 | 111100 |
Color Harmonies of #F9F137
Complementary color
Monochromatic Colors of #F9F137
Black with #F9F137
Text Example
Text Example
White with #F9F137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F137; }
p { color: rgb(249,241,55); }
H1.HeaderClassName
{
color: #F9F137;
}
.AnyTagClassName
{
color: #F9F137;
}
</style>
background-color css
<style>
a { background-color: #F9F137; }
a { background-color: rgb(249,241,55); }
div.DivClassName
{
background-color: #F9F137;
}
.BgClassName
{
background-color: #F9F137;
}
</style>
border-color css
<style>
span { border-color: #F9F137; }
span { border-color: rgb(249,241,55); }
td.TdClassName
{
border-color: #F9F137;
}
.TagClassName
{
border-color: #F9F137;
}
</style>