Shades of Gorse #F2F337
Tints of Gorse #F2F337
RGB
CMYK
RGB Variations
Color information
#F2F337 (or 0xF2F337) is known color: Gorse. HEX triplet: F2, F3 and 37. RGB value is (242,243,55). Sum of RGB (Red+Green+Blue) = 242+243+55=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 55 (21.88% from 255 or 10.19% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F337 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F337 is #0D0CC8. Grayscale: #DEDEDE. Windows color (decimal): -855241 or 3666930. OLE color: 3666930.
HSL color Cylindrical-coordinate representation of color #F2F337: hue angle of 60.32º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2F337 is Cyan = 0.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 55 | - |
| CMYK | 0.00 | 0 | 0.77 | 0.05 |
| HSL | 60.32º | 0.89% | 0.58% | - |
| HSV(B) | 60.32º | 0.77% | 0.95% | - |
| XYZ | 69.36 | 83.25 | 16.03 | - |
| YUV | 221.27 | 34.17 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 55 | 0.00 | 0 | 0.77 | 0.05 | 60.32 | 0.89 | 0.58 |
| Hex | F2 | F3 | 37 | 0 | 0 | 4D | 5 | 3C | 59 | 3A |
| Octal | 362 | 363 | 67 | 0 | 0 | 115 | 5 | 74 | 131 | 72 |
| Binary | 11110010 | 11110011 | 110111 | 0 | 0 | 1001101 | 101 | 111100 | 1011001 | 111010 |
Color Harmonies of #F2F337
Complementary color
Monochromatic Colors of #F2F337
Black with #F2F337
Text Example
Text Example
White with #F2F337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F337; }
p { color: rgb(242,243,55); }
H1.HeaderClassName
{
color: #F2F337;
}
.AnyTagClassName
{
color: #F2F337;
}
</style>
background-color css
<style>
a { background-color: #F2F337; }
a { background-color: rgb(242,243,55); }
div.DivClassName
{
background-color: #F2F337;
}
.BgClassName
{
background-color: #F2F337;
}
</style>
border-color css
<style>
span { border-color: #F2F337; }
span { border-color: rgb(242,243,55); }
td.TdClassName
{
border-color: #F2F337;
}
.TagClassName
{
border-color: #F2F337;
}
</style>