Shades of Gorse #F9E731
Tints of Gorse #F9E731
RGB
CMYK
RGB Variations
Color information
#F9E731 (or 0xF9E731) is known color: Gorse. HEX triplet: F9, E7 and 31. RGB value is (249,231,49). Sum of RGB (Red+Green+Blue) = 249+231+49=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 49 (19.53% from 255 or 9.26% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E731 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9E731 is #0618CE. Grayscale: #D8D8D8. Windows color (decimal): -399567 or 3270649. OLE color: 3270649.
HSL color Cylindrical-coordinate representation of color #F9E731: hue angle of 54.6º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9E731 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 231 | 49 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.02 |
| HSL | 54.6º | 0.94% | 0.58% | - |
| HSV(B) | 54.6º | 0.8% | 0.98% | - |
| XYZ | 68.2 | 77.51 | 14.27 | - |
| YUV | 215.63 | 33.96 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 231 | 49 | 0 | 0.07 | 0.80 | 0.02 | 54.6 | 0.94 | 0.58 |
| Hex | F9 | E7 | 31 | 0 | 7 | 50 | 2 | 37 | 5E | 3A |
| Octal | 371 | 347 | 61 | 0 | 7 | 120 | 2 | 67 | 136 | 72 |
| Binary | 11111001 | 11100111 | 110001 | 0 | 111 | 1010000 | 10 | 110111 | 1011110 | 111010 |
Color Harmonies of #F9E731
Complementary color
Monochromatic Colors of #F9E731
Black with #F9E731
Text Example
Text Example
White with #F9E731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E731; }
p { color: rgb(249,231,49); }
H1.HeaderClassName
{
color: #F9E731;
}
.AnyTagClassName
{
color: #F9E731;
}
</style>
background-color css
<style>
a { background-color: #F9E731; }
a { background-color: rgb(249,231,49); }
div.DivClassName
{
background-color: #F9E731;
}
.BgClassName
{
background-color: #F9E731;
}
</style>
border-color css
<style>
span { border-color: #F9E731; }
span { border-color: rgb(249,231,49); }
td.TdClassName
{
border-color: #F9E731;
}
.TagClassName
{
border-color: #F9E731;
}
</style>