Shades of Gorse #F2F93B
Tints of Gorse #F2F93B
RGB
CMYK
RGB Variations
Color information
#F2F93B (or 0xF2F93B) is known color: Gorse. HEX triplet: F2, F9 and 3B. RGB value is (242,249,59). Sum of RGB (Red+Green+Blue) = 242+249+59=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 59 (23.44% from 255 or 10.73% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F93B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F93B is #0D06C4. Grayscale: #E2E2E2. Windows color (decimal): -853701 or 3930610. OLE color: 3930610.
HSL color Cylindrical-coordinate representation of color #F2F93B: hue angle of 62.21º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2F93B is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 59 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.02 |
| HSL | 62.21º | 0.94% | 0.6% | - |
| HSV(B) | 62.21º | 0.76% | 0.98% | - |
| XYZ | 71.28 | 86.94 | 17.16 | - |
| YUV | 225.25 | 34.18 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 59 | 0.03 | 0 | 0.76 | 0.02 | 62.21 | 0.94 | 0.6 |
| Hex | F2 | F9 | 3B | 3 | 0 | 4C | 2 | 3E | 5E | 3C |
| Octal | 362 | 371 | 73 | 3 | 0 | 114 | 2 | 76 | 136 | 74 |
| Binary | 11110010 | 11111001 | 111011 | 11 | 0 | 1001100 | 10 | 111110 | 1011110 | 111100 |
Color Harmonies of #F2F93B
Complementary color
Monochromatic Colors of #F2F93B
Black with #F2F93B
Text Example
Text Example
White with #F2F93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F93B; }
p { color: rgb(242,249,59); }
H1.HeaderClassName
{
color: #F2F93B;
}
.AnyTagClassName
{
color: #F2F93B;
}
</style>
background-color css
<style>
a { background-color: #F2F93B; }
a { background-color: rgb(242,249,59); }
div.DivClassName
{
background-color: #F2F93B;
}
.BgClassName
{
background-color: #F2F93B;
}
</style>
border-color css
<style>
span { border-color: #F2F93B; }
span { border-color: rgb(242,249,59); }
td.TdClassName
{
border-color: #F2F93B;
}
.TagClassName
{
border-color: #F2F93B;
}
</style>