Shades of Gorse #F2FF34
Tints of Gorse #F2FF34
RGB
CMYK
RGB Variations
Color information
#F2FF34 (or 0xF2FF34) is known color: Gorse. HEX triplet: F2, FF and 34. RGB value is (242,255,52). Sum of RGB (Red+Green+Blue) = 242+255+52=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 52 (20.70% from 255 or 9.47% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FF34 is #0D00CB. Grayscale: #E4E4E4. Windows color (decimal): -852172 or 3473394. OLE color: 3473394.
HSL color Cylindrical-coordinate representation of color #F2FF34: hue angle of 63.84º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2FF34 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 52 | - |
| CMYK | 0.05 | 0 | 0.80 | 0 |
| HSL | 63.84º | 1% | 0.6% | - |
| HSV(B) | 63.84º | 0.8% | 1% | - |
| XYZ | 73 | 90.65 | 16.9 | - |
| YUV | 227.97 | 28.69 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 52 | 0.05 | 0 | 0.80 | 0 | 63.84 | 1 | 0.6 |
| Hex | F2 | FF | 34 | 5 | 0 | 50 | 0 | 40 | 64 | 3C |
| Octal | 362 | 377 | 64 | 5 | 0 | 120 | 0 | 100 | 144 | 74 |
| Binary | 11110010 | 11111111 | 110100 | 101 | 0 | 1010000 | 0 | 1000000 | 1100100 | 111100 |
Color Harmonies of #F2FF34
Complementary color
Monochromatic Colors of #F2FF34
Black with #F2FF34
Text Example
Text Example
White with #F2FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF34; }
p { color: rgb(242,255,52); }
H1.HeaderClassName
{
color: #F2FF34;
}
.AnyTagClassName
{
color: #F2FF34;
}
</style>
background-color css
<style>
a { background-color: #F2FF34; }
a { background-color: rgb(242,255,52); }
div.DivClassName
{
background-color: #F2FF34;
}
.BgClassName
{
background-color: #F2FF34;
}
</style>
border-color css
<style>
span { border-color: #F2FF34; }
span { border-color: rgb(242,255,52); }
td.TdClassName
{
border-color: #F2FF34;
}
.TagClassName
{
border-color: #F2FF34;
}
</style>