Shades of Gorse #F2FA32
Tints of Gorse #F2FA32
RGB
CMYK
RGB Variations
Color information
#F2FA32 (or 0xF2FA32) is known color: Gorse. HEX triplet: F2, FA and 32. RGB value is (242,250,50). Sum of RGB (Red+Green+Blue) = 242+250+50=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 50 (19.92% from 255 or 9.23% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FA32 is #0D05CD. Grayscale: #E1E1E1. Windows color (decimal): -853454 or 3341042. OLE color: 3341042.
HSL color Cylindrical-coordinate representation of color #F2FA32: hue angle of 62.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2FA32 is Cyan = 0.03, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 50 | - |
| CMYK | 0.03 | 0 | 0.8 | 0.02 |
| HSL | 62.4º | 0.95% | 0.59% | - |
| HSV(B) | 62.4º | 0.8% | 0.98% | - |
| XYZ | 71.38 | 87.48 | 16.14 | - |
| YUV | 224.81 | 29.35 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 50 | 0.03 | 0 | 0.8 | 0.02 | 62.4 | 0.95 | 0.59 |
| Hex | F2 | FA | 32 | 3 | 0 | 50 | 2 | 3E | 5F | 3B |
| Octal | 362 | 372 | 62 | 3 | 0 | 120 | 2 | 76 | 137 | 73 |
| Binary | 11110010 | 11111010 | 110010 | 11 | 0 | 1010000 | 10 | 111110 | 1011111 | 111011 |
Color Harmonies of #F2FA32
Complementary color
Monochromatic Colors of #F2FA32
Black with #F2FA32
Text Example
Text Example
White with #F2FA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA32; }
p { color: rgb(242,250,50); }
H1.HeaderClassName
{
color: #F2FA32;
}
.AnyTagClassName
{
color: #F2FA32;
}
</style>
background-color css
<style>
a { background-color: #F2FA32; }
a { background-color: rgb(242,250,50); }
div.DivClassName
{
background-color: #F2FA32;
}
.BgClassName
{
background-color: #F2FA32;
}
</style>
border-color css
<style>
span { border-color: #F2FA32; }
span { border-color: rgb(242,250,50); }
td.TdClassName
{
border-color: #F2FA32;
}
.TagClassName
{
border-color: #F2FA32;
}
</style>