Shades of Gorse #F5FF2C
Tints of Gorse #F5FF2C
RGB
CMYK
RGB Variations
Color information
#F5FF2C (or 0xF5FF2C) is known color: Gorse. HEX triplet: F5, FF and 2C. RGB value is (245,255,44). Sum of RGB (Red+Green+Blue) = 245+255+44=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 44 (17.58% from 255 or 8.09% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FF2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FF2C is #0A00D3. Grayscale: #E4E4E4. Windows color (decimal): -655572 or 2949109. OLE color: 2949109.
HSL color Cylindrical-coordinate representation of color #F5FF2C: hue angle of 62.84º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5FF2C is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 44 | - |
| CMYK | 0.04 | 0 | 0.83 | 0 |
| HSL | 62.84º | 1% | 0.59% | - |
| HSV(B) | 62.84º | 0.83% | 1% | - |
| XYZ | 73.87 | 91.11 | 16.08 | - |
| YUV | 227.96 | 24.19 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 44 | 0.04 | 0 | 0.83 | 0 | 62.84 | 1 | 0.59 |
| Hex | F5 | FF | 2C | 4 | 0 | 53 | 0 | 3F | 64 | 3B |
| Octal | 365 | 377 | 54 | 4 | 0 | 123 | 0 | 77 | 144 | 73 |
| Binary | 11110101 | 11111111 | 101100 | 100 | 0 | 1010011 | 0 | 111111 | 1100100 | 111011 |
Color Harmonies of #F5FF2C
Complementary color
Monochromatic Colors of #F5FF2C
Black with #F5FF2C
Text Example
Text Example
White with #F5FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FF2C; }
p { color: rgb(245,255,44); }
H1.HeaderClassName
{
color: #F5FF2C;
}
.AnyTagClassName
{
color: #F5FF2C;
}
</style>
background-color css
<style>
a { background-color: #F5FF2C; }
a { background-color: rgb(245,255,44); }
div.DivClassName
{
background-color: #F5FF2C;
}
.BgClassName
{
background-color: #F5FF2C;
}
</style>
border-color css
<style>
span { border-color: #F5FF2C; }
span { border-color: rgb(245,255,44); }
td.TdClassName
{
border-color: #F5FF2C;
}
.TagClassName
{
border-color: #F5FF2C;
}
</style>