Shades of Gorse #F5FF2B
Tints of Gorse #F5FF2B
RGB
CMYK
RGB Variations
Color information
#F5FF2B (or 0xF5FF2B) is known color: Gorse. HEX triplet: F5, FF and 2B. RGB value is (245,255,43). Sum of RGB (Red+Green+Blue) = 245+255+43=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 43 (17.19% from 255 or 7.92% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FF2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FF2B is #0A00D4. Grayscale: #E4E4E4. Windows color (decimal): -655573 or 2883573. OLE color: 2883573.
HSL color Cylindrical-coordinate representation of color #F5FF2B: hue angle of 62.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5FF2B is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 43 | - |
| CMYK | 0.04 | 0 | 0.83 | 0 |
| HSL | 62.83º | 1% | 0.58% | - |
| HSV(B) | 62.83º | 0.83% | 1% | - |
| XYZ | 73.85 | 91.11 | 15.98 | - |
| YUV | 227.84 | 23.69 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 43 | 0.04 | 0 | 0.83 | 0 | 62.83 | 1 | 0.58 |
| Hex | F5 | FF | 2B | 4 | 0 | 53 | 0 | 3F | 64 | 3A |
| Octal | 365 | 377 | 53 | 4 | 0 | 123 | 0 | 77 | 144 | 72 |
| Binary | 11110101 | 11111111 | 101011 | 100 | 0 | 1010011 | 0 | 111111 | 1100100 | 111010 |
Color Harmonies of #F5FF2B
Complementary color
Monochromatic Colors of #F5FF2B
Black with #F5FF2B
Text Example
Text Example
White with #F5FF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FF2B; }
p { color: rgb(245,255,43); }
H1.HeaderClassName
{
color: #F5FF2B;
}
.AnyTagClassName
{
color: #F5FF2B;
}
</style>
background-color css
<style>
a { background-color: #F5FF2B; }
a { background-color: rgb(245,255,43); }
div.DivClassName
{
background-color: #F5FF2B;
}
.BgClassName
{
background-color: #F5FF2B;
}
</style>
border-color css
<style>
span { border-color: #F5FF2B; }
span { border-color: rgb(245,255,43); }
td.TdClassName
{
border-color: #F5FF2B;
}
.TagClassName
{
border-color: #F5FF2B;
}
</style>