Shades of Gorse #F5FE34
Tints of Gorse #F5FE34
RGB
CMYK
RGB Variations
Color information
#F5FE34 (or 0xF5FE34) is known color: Gorse. HEX triplet: F5, FE and 34. RGB value is (245,254,52). Sum of RGB (Red+Green+Blue) = 245+254+52=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 52 (20.70% from 255 or 9.44% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FE34 is #0A01CB. Grayscale: #E5E5E5. Windows color (decimal): -655820 or 3473141. OLE color: 3473141.
HSL color Cylindrical-coordinate representation of color #F5FE34: hue angle of 62.67º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5FE34 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 52 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.00 |
| HSL | 62.67º | 0.99% | 0.6% | - |
| HSV(B) | 62.67º | 0.8% | 1% | - |
| XYZ | 73.72 | 90.54 | 16.84 | - |
| YUV | 228.28 | 28.52 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 52 | 0.04 | 0 | 0.80 | 0.00 | 62.67 | 0.99 | 0.6 |
| Hex | F5 | FE | 34 | 4 | 0 | 50 | 0 | 3F | 63 | 3C |
| Octal | 365 | 376 | 64 | 4 | 0 | 120 | 0 | 77 | 143 | 74 |
| Binary | 11110101 | 11111110 | 110100 | 100 | 0 | 1010000 | 0 | 111111 | 1100011 | 111100 |
Color Harmonies of #F5FE34
Complementary color
Monochromatic Colors of #F5FE34
Black with #F5FE34
Text Example
Text Example
White with #F5FE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE34; }
p { color: rgb(245,254,52); }
H1.HeaderClassName
{
color: #F5FE34;
}
.AnyTagClassName
{
color: #F5FE34;
}
</style>
background-color css
<style>
a { background-color: #F5FE34; }
a { background-color: rgb(245,254,52); }
div.DivClassName
{
background-color: #F5FE34;
}
.BgClassName
{
background-color: #F5FE34;
}
</style>
border-color css
<style>
span { border-color: #F5FE34; }
span { border-color: rgb(245,254,52); }
td.TdClassName
{
border-color: #F5FE34;
}
.TagClassName
{
border-color: #F5FE34;
}
</style>