Shades of Gorse #F2EB3C
Tints of Gorse #F2EB3C
RGB
CMYK
RGB Variations
Color information
#F2EB3C (or 0xF2EB3C) is known color: Gorse. HEX triplet: F2, EB and 3C. RGB value is (242,235,60). Sum of RGB (Red+Green+Blue) = 242+235+60=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 60 (23.83% from 255 or 11.17% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EB3C is #0D14C3. Grayscale: #D9D9D9. Windows color (decimal): -857284 or 3992562. OLE color: 3992562.
HSL color Cylindrical-coordinate representation of color #F2EB3C: hue angle of 57.69º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2EB3C is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 60 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.05 |
| HSL | 57.69º | 0.88% | 0.59% | - |
| HSV(B) | 57.69º | 0.75% | 0.95% | - |
| XYZ | 67.14 | 78.62 | 15.91 | - |
| YUV | 217.14 | 39.32 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 60 | 0 | 0.03 | 0.75 | 0.05 | 57.69 | 0.88 | 0.59 |
| Hex | F2 | EB | 3C | 0 | 3 | 4B | 5 | 3A | 58 | 3B |
| Octal | 362 | 353 | 74 | 0 | 3 | 113 | 5 | 72 | 130 | 73 |
| Binary | 11110010 | 11101011 | 111100 | 0 | 11 | 1001011 | 101 | 111010 | 1011000 | 111011 |
Color Harmonies of #F2EB3C
Complementary color
Monochromatic Colors of #F2EB3C
Black with #F2EB3C
Text Example
Text Example
White with #F2EB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EB3C; }
p { color: rgb(242,235,60); }
H1.HeaderClassName
{
color: #F2EB3C;
}
.AnyTagClassName
{
color: #F2EB3C;
}
</style>
background-color css
<style>
a { background-color: #F2EB3C; }
a { background-color: rgb(242,235,60); }
div.DivClassName
{
background-color: #F2EB3C;
}
.BgClassName
{
background-color: #F2EB3C;
}
</style>
border-color css
<style>
span { border-color: #F2EB3C; }
span { border-color: rgb(242,235,60); }
td.TdClassName
{
border-color: #F2EB3C;
}
.TagClassName
{
border-color: #F2EB3C;
}
</style>