Shades of Gorse #F2F933
Tints of Gorse #F2F933
RGB
CMYK
RGB Variations
Color information
#F2F933 (or 0xF2F933) is known color: Gorse. HEX triplet: F2, F9 and 33. RGB value is (242,249,51). Sum of RGB (Red+Green+Blue) = 242+249+51=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 51 (20.31% from 255 or 9.41% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F933 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F933 is #0D06CC. Grayscale: #E1E1E1. Windows color (decimal): -853709 or 3406322. OLE color: 3406322.
HSL color Cylindrical-coordinate representation of color #F2F933: hue angle of 62.12º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2F933 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 51 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.02 |
| HSL | 62.12º | 0.94% | 0.59% | - |
| HSV(B) | 62.12º | 0.8% | 0.98% | - |
| XYZ | 71.09 | 86.87 | 16.15 | - |
| YUV | 224.34 | 30.18 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 51 | 0.03 | 0 | 0.80 | 0.02 | 62.12 | 0.94 | 0.59 |
| Hex | F2 | F9 | 33 | 3 | 0 | 50 | 2 | 3E | 5E | 3B |
| Octal | 362 | 371 | 63 | 3 | 0 | 120 | 2 | 76 | 136 | 73 |
| Binary | 11110010 | 11111001 | 110011 | 11 | 0 | 1010000 | 10 | 111110 | 1011110 | 111011 |
Color Harmonies of #F2F933
Complementary color
Monochromatic Colors of #F2F933
Black with #F2F933
Text Example
Text Example
White with #F2F933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F933; }
p { color: rgb(242,249,51); }
H1.HeaderClassName
{
color: #F2F933;
}
.AnyTagClassName
{
color: #F2F933;
}
</style>
background-color css
<style>
a { background-color: #F2F933; }
a { background-color: rgb(242,249,51); }
div.DivClassName
{
background-color: #F2F933;
}
.BgClassName
{
background-color: #F2F933;
}
</style>
border-color css
<style>
span { border-color: #F2F933; }
span { border-color: rgb(242,249,51); }
td.TdClassName
{
border-color: #F2F933;
}
.TagClassName
{
border-color: #F2F933;
}
</style>