Shades of Gorse #F2FE2B
Tints of Gorse #F2FE2B
RGB
CMYK
RGB Variations
Color information
#F2FE2B (or 0xF2FE2B) is known color: Gorse. HEX triplet: F2, FE and 2B. RGB value is (242,254,43). Sum of RGB (Red+Green+Blue) = 242+254+43=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 43 (17.19% from 255 or 7.98% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FE2B is #0D01D4. Grayscale: #E3E3E3. Windows color (decimal): -852437 or 2883314. OLE color: 2883314.
HSL color Cylindrical-coordinate representation of color #F2FE2B: hue angle of 63.41º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2FE2B is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 43 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.00 |
| HSL | 63.41º | 0.99% | 0.58% | - |
| HSV(B) | 63.41º | 0.83% | 1% | - |
| XYZ | 72.5 | 89.94 | 15.82 | - |
| YUV | 226.36 | 24.52 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 43 | 0.05 | 0 | 0.83 | 0.00 | 63.41 | 0.99 | 0.58 |
| Hex | F2 | FE | 2B | 5 | 0 | 53 | 0 | 3F | 63 | 3A |
| Octal | 362 | 376 | 53 | 5 | 0 | 123 | 0 | 77 | 143 | 72 |
| Binary | 11110010 | 11111110 | 101011 | 101 | 0 | 1010011 | 0 | 111111 | 1100011 | 111010 |
Color Harmonies of #F2FE2B
Complementary color
Monochromatic Colors of #F2FE2B
Black with #F2FE2B
Text Example
Text Example
White with #F2FE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FE2B; }
p { color: rgb(242,254,43); }
H1.HeaderClassName
{
color: #F2FE2B;
}
.AnyTagClassName
{
color: #F2FE2B;
}
</style>
background-color css
<style>
a { background-color: #F2FE2B; }
a { background-color: rgb(242,254,43); }
div.DivClassName
{
background-color: #F2FE2B;
}
.BgClassName
{
background-color: #F2FE2B;
}
</style>
border-color css
<style>
span { border-color: #F2FE2B; }
span { border-color: rgb(242,254,43); }
td.TdClassName
{
border-color: #F2FE2B;
}
.TagClassName
{
border-color: #F2FE2B;
}
</style>