Shades of Gorse #F2FB36
Tints of Gorse #F2FB36
RGB
CMYK
RGB Variations
Color information
#F2FB36 (or 0xF2FB36) is known color: Gorse. HEX triplet: F2, FB and 36. RGB value is (242,251,54). Sum of RGB (Red+Green+Blue) = 242+251+54=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 54 (21.48% from 255 or 9.87% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FB36 is #0D04C9. Grayscale: #E2E2E2. Windows color (decimal): -853194 or 3603442. OLE color: 3603442.
HSL color Cylindrical-coordinate representation of color #F2FB36: hue angle of 62.74º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2FB36 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 251 | 54 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.02 |
| HSL | 62.74º | 0.96% | 0.6% | - |
| HSV(B) | 62.74º | 0.78% | 0.98% | - |
| XYZ | 71.78 | 88.14 | 16.72 | - |
| YUV | 225.85 | 31.02 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 54 | 0.04 | 0 | 0.78 | 0.02 | 62.74 | 0.96 | 0.6 |
| Hex | F2 | FB | 36 | 4 | 0 | 4E | 2 | 3F | 60 | 3C |
| Octal | 362 | 373 | 66 | 4 | 0 | 116 | 2 | 77 | 140 | 74 |
| Binary | 11110010 | 11111011 | 110110 | 100 | 0 | 1001110 | 10 | 111111 | 1100000 | 111100 |
Color Harmonies of #F2FB36
Complementary color
Monochromatic Colors of #F2FB36
Black with #F2FB36
Text Example
Text Example
White with #F2FB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FB36; }
p { color: rgb(242,251,54); }
H1.HeaderClassName
{
color: #F2FB36;
}
.AnyTagClassName
{
color: #F2FB36;
}
</style>
background-color css
<style>
a { background-color: #F2FB36; }
a { background-color: rgb(242,251,54); }
div.DivClassName
{
background-color: #F2FB36;
}
.BgClassName
{
background-color: #F2FB36;
}
</style>
border-color css
<style>
span { border-color: #F2FB36; }
span { border-color: rgb(242,251,54); }
td.TdClassName
{
border-color: #F2FB36;
}
.TagClassName
{
border-color: #F2FB36;
}
</style>