Shades of Gorse #F2F233
Tints of Gorse #F2F233
RGB
CMYK
RGB Variations
Color information
#F2F233 (or 0xF2F233) is known color: Gorse. HEX triplet: F2, F2 and 33. RGB value is (242,242,51). Sum of RGB (Red+Green+Blue) = 242+242+51=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 51 (20.31% from 255 or 9.53% from 535); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F233 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F233 is #0D0DCC. Grayscale: #DCDCDC. Windows color (decimal): -855501 or 3404530. OLE color: 3404530.
HSL color Cylindrical-coordinate representation of color #F2F233: hue angle of 60º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2F233 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 51 | - |
| CMYK | 0 | 0 | 0.79 | 0.05 |
| HSL | 60º | 0.88% | 0.57% | - |
| HSV(B) | 60º | 0.79% | 0.95% | - |
| XYZ | 68.97 | 82.62 | 15.44 | - |
| YUV | 220.23 | 32.5 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 51 | 0 | 0 | 0.79 | 0.05 | 60 | 0.88 | 0.57 |
| Hex | F2 | F2 | 33 | 0 | 0 | 4F | 5 | 3C | 58 | 39 |
| Octal | 362 | 362 | 63 | 0 | 0 | 117 | 5 | 74 | 130 | 71 |
| Binary | 11110010 | 11110010 | 110011 | 0 | 0 | 1001111 | 101 | 111100 | 1011000 | 111001 |
Color Harmonies of #F2F233
Complementary color
Monochromatic Colors of #F2F233
Black with #F2F233
Text Example
Text Example
White with #F2F233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F233; }
p { color: rgb(242,242,51); }
H1.HeaderClassName
{
color: #F2F233;
}
.AnyTagClassName
{
color: #F2F233;
}
</style>
background-color css
<style>
a { background-color: #F2F233; }
a { background-color: rgb(242,242,51); }
div.DivClassName
{
background-color: #F2F233;
}
.BgClassName
{
background-color: #F2F233;
}
</style>
border-color css
<style>
span { border-color: #F2F233; }
span { border-color: rgb(242,242,51); }
td.TdClassName
{
border-color: #F2F233;
}
.TagClassName
{
border-color: #F2F233;
}
</style>