Shades of Gorse #F9F731
Tints of Gorse #F9F731
RGB
CMYK
RGB Variations
Color information
#F9F731 (or 0xF9F731) is known color: Gorse. HEX triplet: F9, F7 and 31. RGB value is (249,247,49). Sum of RGB (Red+Green+Blue) = 249+247+49=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 49 (19.53% from 255 or 8.99% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F731 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F731 is #0608CE. Grayscale: #E1E1E1. Windows color (decimal): -395471 or 3274745. OLE color: 3274745.
HSL color Cylindrical-coordinate representation of color #F9F731: hue angle of 59.4º 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 #F9F731 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 247 | 49 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.02 |
| HSL | 59.4º | 0.94% | 0.58% | - |
| HSV(B) | 59.4º | 0.8% | 0.98% | - |
| XYZ | 72.88 | 86.88 | 15.83 | - |
| YUV | 225.03 | 28.66 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 247 | 49 | 0 | 0.01 | 0.80 | 0.02 | 59.4 | 0.94 | 0.58 |
| Hex | F9 | F7 | 31 | 0 | 1 | 50 | 2 | 3B | 5E | 3A |
| Octal | 371 | 367 | 61 | 0 | 1 | 120 | 2 | 73 | 136 | 72 |
| Binary | 11111001 | 11110111 | 110001 | 0 | 1 | 1010000 | 10 | 111011 | 1011110 | 111010 |
Color Harmonies of #F9F731
Complementary color
Monochromatic Colors of #F9F731
Black with #F9F731
Text Example
Text Example
White with #F9F731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F731; }
p { color: rgb(249,247,49); }
H1.HeaderClassName
{
color: #F9F731;
}
.AnyTagClassName
{
color: #F9F731;
}
</style>
background-color css
<style>
a { background-color: #F9F731; }
a { background-color: rgb(249,247,49); }
div.DivClassName
{
background-color: #F9F731;
}
.BgClassName
{
background-color: #F9F731;
}
</style>
border-color css
<style>
span { border-color: #F9F731; }
span { border-color: rgb(249,247,49); }
td.TdClassName
{
border-color: #F9F731;
}
.TagClassName
{
border-color: #F9F731;
}
</style>