Shades of Gorse #F5FF31
Tints of Gorse #F5FF31
RGB
CMYK
RGB Variations
Color information
#F5FF31 (or 0xF5FF31) is known color: Gorse. HEX triplet: F5, FF and 31. RGB value is (245,255,49). Sum of RGB (Red+Green+Blue) = 245+255+49=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 49 (19.53% from 255 or 8.93% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FF31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FF31 is #0A00CE. Grayscale: #E5E5E5. Windows color (decimal): -655567 or 3276789. OLE color: 3276789.
HSL color Cylindrical-coordinate representation of color #F5FF31: hue angle of 62.91º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5FF31 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 49 | - |
| CMYK | 0.04 | 0 | 0.81 | 0 |
| HSL | 62.91º | 1% | 0.6% | - |
| HSV(B) | 62.91º | 0.81% | 1% | - |
| XYZ | 73.97 | 91.15 | 16.6 | - |
| YUV | 228.53 | 26.69 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 49 | 0.04 | 0 | 0.81 | 0 | 62.91 | 1 | 0.6 |
| Hex | F5 | FF | 31 | 4 | 0 | 51 | 0 | 3F | 64 | 3C |
| Octal | 365 | 377 | 61 | 4 | 0 | 121 | 0 | 77 | 144 | 74 |
| Binary | 11110101 | 11111111 | 110001 | 100 | 0 | 1010001 | 0 | 111111 | 1100100 | 111100 |
Color Harmonies of #F5FF31
Complementary color
Monochromatic Colors of #F5FF31
Black with #F5FF31
Text Example
Text Example
White with #F5FF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FF31; }
p { color: rgb(245,255,49); }
H1.HeaderClassName
{
color: #F5FF31;
}
.AnyTagClassName
{
color: #F5FF31;
}
</style>
background-color css
<style>
a { background-color: #F5FF31; }
a { background-color: rgb(245,255,49); }
div.DivClassName
{
background-color: #F5FF31;
}
.BgClassName
{
background-color: #F5FF31;
}
</style>
border-color css
<style>
span { border-color: #F5FF31; }
span { border-color: rgb(245,255,49); }
td.TdClassName
{
border-color: #F5FF31;
}
.TagClassName
{
border-color: #F5FF31;
}
</style>