Shades of Gorse #F2E73B
Tints of Gorse #F2E73B
RGB
CMYK
RGB Variations
Color information
#F2E73B (or 0xF2E73B) is known color: Gorse. HEX triplet: F2, E7 and 3B. RGB value is (242,231,59). Sum of RGB (Red+Green+Blue) = 242+231+59=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 59 (23.44% from 255 or 11.09% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E73B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E73B is #0D18C4. Grayscale: #D7D7D7. Windows color (decimal): -858309 or 3926002. OLE color: 3926002.
HSL color Cylindrical-coordinate representation of color #F2E73B: hue angle of 56.39º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2E73B is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 59 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.05 |
| HSL | 56.39º | 0.88% | 0.59% | - |
| HSV(B) | 56.39º | 0.76% | 0.95% | - |
| XYZ | 65.98 | 76.34 | 15.4 | - |
| YUV | 214.68 | 40.14 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 59 | 0 | 0.05 | 0.76 | 0.05 | 56.39 | 0.88 | 0.59 |
| Hex | F2 | E7 | 3B | 0 | 5 | 4C | 5 | 38 | 58 | 3B |
| Octal | 362 | 347 | 73 | 0 | 5 | 114 | 5 | 70 | 130 | 73 |
| Binary | 11110010 | 11100111 | 111011 | 0 | 101 | 1001100 | 101 | 111000 | 1011000 | 111011 |
Color Harmonies of #F2E73B
Complementary color
Monochromatic Colors of #F2E73B
Black with #F2E73B
Text Example
Text Example
White with #F2E73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E73B; }
p { color: rgb(242,231,59); }
H1.HeaderClassName
{
color: #F2E73B;
}
.AnyTagClassName
{
color: #F2E73B;
}
</style>
background-color css
<style>
a { background-color: #F2E73B; }
a { background-color: rgb(242,231,59); }
div.DivClassName
{
background-color: #F2E73B;
}
.BgClassName
{
background-color: #F2E73B;
}
</style>
border-color css
<style>
span { border-color: #F2E73B; }
span { border-color: rgb(242,231,59); }
td.TdClassName
{
border-color: #F2E73B;
}
.TagClassName
{
border-color: #F2E73B;
}
</style>