Shades of Gorse #F5FE2C
Tints of Gorse #F5FE2C
RGB
CMYK
RGB Variations
Color information
#F5FE2C (or 0xF5FE2C) is known color: Gorse. HEX triplet: F5, FE and 2C. RGB value is (245,254,44). Sum of RGB (Red+Green+Blue) = 245+254+44=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 44 (17.58% from 255 or 8.10% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FE2C is #0A01D3. Grayscale: #E4E4E4. Windows color (decimal): -655828 or 2948853. OLE color: 2948853.
HSL color Cylindrical-coordinate representation of color #F5FE2C: hue angle of 62.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5FE2C is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 44 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.00 |
| HSL | 62.57º | 0.99% | 0.58% | - |
| HSV(B) | 62.57º | 0.83% | 1% | - |
| XYZ | 73.55 | 90.48 | 15.97 | - |
| YUV | 227.37 | 24.52 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 44 | 0.04 | 0 | 0.83 | 0.00 | 62.57 | 0.99 | 0.58 |
| Hex | F5 | FE | 2C | 4 | 0 | 53 | 0 | 3F | 63 | 3A |
| Octal | 365 | 376 | 54 | 4 | 0 | 123 | 0 | 77 | 143 | 72 |
| Binary | 11110101 | 11111110 | 101100 | 100 | 0 | 1010011 | 0 | 111111 | 1100011 | 111010 |
Color Harmonies of #F5FE2C
Complementary color
Monochromatic Colors of #F5FE2C
Black with #F5FE2C
Text Example
Text Example
White with #F5FE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE2C; }
p { color: rgb(245,254,44); }
H1.HeaderClassName
{
color: #F5FE2C;
}
.AnyTagClassName
{
color: #F5FE2C;
}
</style>
background-color css
<style>
a { background-color: #F5FE2C; }
a { background-color: rgb(245,254,44); }
div.DivClassName
{
background-color: #F5FE2C;
}
.BgClassName
{
background-color: #F5FE2C;
}
</style>
border-color css
<style>
span { border-color: #F5FE2C; }
span { border-color: rgb(245,254,44); }
td.TdClassName
{
border-color: #F5FE2C;
}
.TagClassName
{
border-color: #F5FE2C;
}
</style>