Shades of Gorse #F2F43A
Tints of Gorse #F2F43A
RGB
CMYK
RGB Variations
Color information
#F2F43A (or 0xF2F43A) is known color: Gorse. HEX triplet: F2, F4 and 3A. RGB value is (242,244,58). Sum of RGB (Red+Green+Blue) = 242+244+58=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 58 (23.05% from 255 or 10.66% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F43A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F43A is #0D0BC5. Grayscale: #DEDEDE. Windows color (decimal): -854982 or 3863794. OLE color: 3863794.
HSL color Cylindrical-coordinate representation of color #F2F43A: hue angle of 60.65º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2F43A is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 244 | 58 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.04 |
| HSL | 60.65º | 0.89% | 0.59% | - |
| HSV(B) | 60.65º | 0.76% | 0.96% | - |
| XYZ | 69.73 | 83.88 | 16.52 | - |
| YUV | 222.2 | 35.34 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 244 | 58 | 0.01 | 0 | 0.76 | 0.04 | 60.65 | 0.89 | 0.59 |
| Hex | F2 | F4 | 3A | 1 | 0 | 4C | 4 | 3D | 59 | 3B |
| Octal | 362 | 364 | 72 | 1 | 0 | 114 | 4 | 75 | 131 | 73 |
| Binary | 11110010 | 11110100 | 111010 | 1 | 0 | 1001100 | 100 | 111101 | 1011001 | 111011 |
Color Harmonies of #F2F43A
Complementary color
Monochromatic Colors of #F2F43A
Black with #F2F43A
Text Example
Text Example
White with #F2F43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F43A; }
p { color: rgb(242,244,58); }
H1.HeaderClassName
{
color: #F2F43A;
}
.AnyTagClassName
{
color: #F2F43A;
}
</style>
background-color css
<style>
a { background-color: #F2F43A; }
a { background-color: rgb(242,244,58); }
div.DivClassName
{
background-color: #F2F43A;
}
.BgClassName
{
background-color: #F2F43A;
}
</style>
border-color css
<style>
span { border-color: #F2F43A; }
span { border-color: rgb(242,244,58); }
td.TdClassName
{
border-color: #F2F43A;
}
.TagClassName
{
border-color: #F2F43A;
}
</style>