Shades of Gorse #F2FE34
Tints of Gorse #F2FE34
RGB
CMYK
RGB Variations
Color information
#F2FE34 (or 0xF2FE34) is known color: Gorse. HEX triplet: F2, FE and 34. RGB value is (242,254,52). Sum of RGB (Red+Green+Blue) = 242+254+52=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 52 (20.70% from 255 or 9.49% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FE34 is #0D01CB. Grayscale: #E4E4E4. Windows color (decimal): -852428 or 3473138. OLE color: 3473138.
HSL color Cylindrical-coordinate representation of color #F2FE34: hue angle of 63.56º 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 #F2FE34 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 52 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.00 |
| HSL | 63.56º | 0.99% | 0.6% | - |
| HSV(B) | 63.56º | 0.8% | 1% | - |
| XYZ | 72.68 | 90.01 | 16.79 | - |
| YUV | 227.38 | 29.02 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 52 | 0.05 | 0 | 0.80 | 0.00 | 63.56 | 0.99 | 0.6 |
| Hex | F2 | FE | 34 | 5 | 0 | 50 | 0 | 40 | 63 | 3C |
| Octal | 362 | 376 | 64 | 5 | 0 | 120 | 0 | 100 | 143 | 74 |
| Binary | 11110010 | 11111110 | 110100 | 101 | 0 | 1010000 | 0 | 1000000 | 1100011 | 111100 |
Color Harmonies of #F2FE34
Complementary color
Monochromatic Colors of #F2FE34
Black with #F2FE34
Text Example
Text Example
White with #F2FE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FE34; }
p { color: rgb(242,254,52); }
H1.HeaderClassName
{
color: #F2FE34;
}
.AnyTagClassName
{
color: #F2FE34;
}
</style>
background-color css
<style>
a { background-color: #F2FE34; }
a { background-color: rgb(242,254,52); }
div.DivClassName
{
background-color: #F2FE34;
}
.BgClassName
{
background-color: #F2FE34;
}
</style>
border-color css
<style>
span { border-color: #F2FE34; }
span { border-color: rgb(242,254,52); }
td.TdClassName
{
border-color: #F2FE34;
}
.TagClassName
{
border-color: #F2FE34;
}
</style>