Shades of Gorse #F2FB2D
Tints of Gorse #F2FB2D
RGB
CMYK
RGB Variations
Color information
#F2FB2D (or 0xF2FB2D) is known color: Gorse. HEX triplet: F2, FB and 2D. RGB value is (242,251,45). Sum of RGB (Red+Green+Blue) = 242+251+45=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 45 (17.97% from 255 or 8.36% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FB2D is #0D04D2. Grayscale: #E1E1E1. Windows color (decimal): -853203 or 3013618. OLE color: 3013618.
HSL color Cylindrical-coordinate representation of color #F2FB2D: hue angle of 62.62º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2FB2D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 251 | 45 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.02 |
| HSL | 62.62º | 0.96% | 0.58% | - |
| HSV(B) | 62.62º | 0.82% | 0.98% | - |
| XYZ | 71.59 | 88.06 | 15.71 | - |
| YUV | 224.83 | 26.52 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 45 | 0.04 | 0 | 0.82 | 0.02 | 62.62 | 0.96 | 0.58 |
| Hex | F2 | FB | 2D | 4 | 0 | 52 | 2 | 3F | 60 | 3A |
| Octal | 362 | 373 | 55 | 4 | 0 | 122 | 2 | 77 | 140 | 72 |
| Binary | 11110010 | 11111011 | 101101 | 100 | 0 | 1010010 | 10 | 111111 | 1100000 | 111010 |
Color Harmonies of #F2FB2D
Complementary color
Monochromatic Colors of #F2FB2D
Black with #F2FB2D
Text Example
Text Example
White with #F2FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FB2D; }
p { color: rgb(242,251,45); }
H1.HeaderClassName
{
color: #F2FB2D;
}
.AnyTagClassName
{
color: #F2FB2D;
}
</style>
background-color css
<style>
a { background-color: #F2FB2D; }
a { background-color: rgb(242,251,45); }
div.DivClassName
{
background-color: #F2FB2D;
}
.BgClassName
{
background-color: #F2FB2D;
}
</style>
border-color css
<style>
span { border-color: #F2FB2D; }
span { border-color: rgb(242,251,45); }
td.TdClassName
{
border-color: #F2FB2D;
}
.TagClassName
{
border-color: #F2FB2D;
}
</style>