Shades of Gorse #F5F731
Tints of Gorse #F5F731
RGB
CMYK
RGB Variations
Color information
#F5F731 (or 0xF5F731) is known color: Gorse. HEX triplet: F5, F7 and 31. RGB value is (245,247,49). Sum of RGB (Red+Green+Blue) = 245+247+49=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 49 (19.53% from 255 or 9.06% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F731 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F731 is #0A08CE. Grayscale: #E0E0E0. Windows color (decimal): -657615 or 3274741. OLE color: 3274741.
HSL color Cylindrical-coordinate representation of color #F5F731: hue angle of 60.61º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5F731 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 247 | 49 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.03 |
| HSL | 60.61º | 0.93% | 0.58% | - |
| HSV(B) | 60.61º | 0.8% | 0.97% | - |
| XYZ | 71.47 | 86.16 | 15.77 | - |
| YUV | 223.83 | 29.34 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 247 | 49 | 0.01 | 0 | 0.80 | 0.03 | 60.61 | 0.93 | 0.58 |
| Hex | F5 | F7 | 31 | 1 | 0 | 50 | 3 | 3D | 5D | 3A |
| Octal | 365 | 367 | 61 | 1 | 0 | 120 | 3 | 75 | 135 | 72 |
| Binary | 11110101 | 11110111 | 110001 | 1 | 0 | 1010000 | 11 | 111101 | 1011101 | 111010 |
Color Harmonies of #F5F731
Complementary color
Monochromatic Colors of #F5F731
Black with #F5F731
Text Example
Text Example
White with #F5F731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F731; }
p { color: rgb(245,247,49); }
H1.HeaderClassName
{
color: #F5F731;
}
.AnyTagClassName
{
color: #F5F731;
}
</style>
background-color css
<style>
a { background-color: #F5F731; }
a { background-color: rgb(245,247,49); }
div.DivClassName
{
background-color: #F5F731;
}
.BgClassName
{
background-color: #F5F731;
}
</style>
border-color css
<style>
span { border-color: #F5F731; }
span { border-color: rgb(245,247,49); }
td.TdClassName
{
border-color: #F5F731;
}
.TagClassName
{
border-color: #F5F731;
}
</style>