Shades of Gorse #F2FC2D
Tints of Gorse #F2FC2D
RGB
CMYK
RGB Variations
Color information
#F2FC2D (or 0xF2FC2D) is known color: Gorse. HEX triplet: F2, FC and 2D. RGB value is (242,252,45). Sum of RGB (Red+Green+Blue) = 242+252+45=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 45 (17.97% from 255 or 8.35% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FC2D is #0D03D2. Grayscale: #E2E2E2. Windows color (decimal): -852947 or 3013874. OLE color: 3013874.
HSL color Cylindrical-coordinate representation of color #F2FC2D: hue angle of 62.9º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2FC2D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 45 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.01 |
| HSL | 62.9º | 0.97% | 0.58% | - |
| HSV(B) | 62.9º | 0.82% | 0.99% | - |
| XYZ | 71.9 | 88.69 | 15.81 | - |
| YUV | 225.41 | 26.19 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 45 | 0.04 | 0 | 0.82 | 0.01 | 62.9 | 0.97 | 0.58 |
| Hex | F2 | FC | 2D | 4 | 0 | 52 | 1 | 3F | 61 | 3A |
| Octal | 362 | 374 | 55 | 4 | 0 | 122 | 1 | 77 | 141 | 72 |
| Binary | 11110010 | 11111100 | 101101 | 100 | 0 | 1010010 | 1 | 111111 | 1100001 | 111010 |
Color Harmonies of #F2FC2D
Complementary color
Monochromatic Colors of #F2FC2D
Black with #F2FC2D
Text Example
Text Example
White with #F2FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FC2D; }
p { color: rgb(242,252,45); }
H1.HeaderClassName
{
color: #F2FC2D;
}
.AnyTagClassName
{
color: #F2FC2D;
}
</style>
background-color css
<style>
a { background-color: #F2FC2D; }
a { background-color: rgb(242,252,45); }
div.DivClassName
{
background-color: #F2FC2D;
}
.BgClassName
{
background-color: #F2FC2D;
}
</style>
border-color css
<style>
span { border-color: #F2FC2D; }
span { border-color: rgb(242,252,45); }
td.TdClassName
{
border-color: #F2FC2D;
}
.TagClassName
{
border-color: #F2FC2D;
}
</style>