Shades of Gorse #F2F93A
Tints of Gorse #F2F93A
RGB
CMYK
RGB Variations
Color information
#F2F93A (or 0xF2F93A) is known color: Gorse. HEX triplet: F2, F9 and 3A. RGB value is (242,249,58). Sum of RGB (Red+Green+Blue) = 242+249+58=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 58 (23.05% from 255 or 10.56% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F93A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F93A is #0D06C5. Grayscale: #E1E1E1. Windows color (decimal): -853702 or 3865074. OLE color: 3865074.
HSL color Cylindrical-coordinate representation of color #F2F93A: hue angle of 62.2º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2F93A is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 58 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.02 |
| HSL | 62.2º | 0.94% | 0.6% | - |
| HSV(B) | 62.2º | 0.77% | 0.98% | - |
| XYZ | 71.26 | 86.93 | 17.03 | - |
| YUV | 225.13 | 33.68 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 58 | 0.03 | 0 | 0.77 | 0.02 | 62.2 | 0.94 | 0.6 |
| Hex | F2 | F9 | 3A | 3 | 0 | 4D | 2 | 3E | 5E | 3C |
| Octal | 362 | 371 | 72 | 3 | 0 | 115 | 2 | 76 | 136 | 74 |
| Binary | 11110010 | 11111001 | 111010 | 11 | 0 | 1001101 | 10 | 111110 | 1011110 | 111100 |
Color Harmonies of #F2F93A
Complementary color
Monochromatic Colors of #F2F93A
Black with #F2F93A
Text Example
Text Example
White with #F2F93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F93A; }
p { color: rgb(242,249,58); }
H1.HeaderClassName
{
color: #F2F93A;
}
.AnyTagClassName
{
color: #F2F93A;
}
</style>
background-color css
<style>
a { background-color: #F2F93A; }
a { background-color: rgb(242,249,58); }
div.DivClassName
{
background-color: #F2F93A;
}
.BgClassName
{
background-color: #F2F93A;
}
</style>
border-color css
<style>
span { border-color: #F2F93A; }
span { border-color: rgb(242,249,58); }
td.TdClassName
{
border-color: #F2F93A;
}
.TagClassName
{
border-color: #F2F93A;
}
</style>