Shades of Gorse #F2E343
Tints of Gorse #F2E343
RGB
CMYK
RGB Variations
Color information
#F2E343 (or 0xF2E343) is known color: Gorse. HEX triplet: F2, E3 and 43. RGB value is (242,227,67). Sum of RGB (Red+Green+Blue) = 242+227+67=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 67 (26.56% from 255 or 12.5% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E343 is #0D1CBC. Grayscale: #D5D5D5. Windows color (decimal): -859325 or 4449266. OLE color: 4449266.
HSL color Cylindrical-coordinate representation of color #F2E343: hue angle of 54.86º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2E343 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 67 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.05 |
| HSL | 54.86º | 0.87% | 0.61% | - |
| HSV(B) | 54.86º | 0.72% | 0.95% | - |
| XYZ | 65.1 | 74.22 | 16.21 | - |
| YUV | 213.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 67 | 0 | 0.06 | 0.72 | 0.05 | 54.86 | 0.87 | 0.61 |
| Hex | F2 | E3 | 43 | 0 | 6 | 48 | 5 | 37 | 57 | 3D |
| Octal | 362 | 343 | 103 | 0 | 6 | 110 | 5 | 67 | 127 | 75 |
| Binary | 11110010 | 11100011 | 1000011 | 0 | 110 | 1001000 | 101 | 110111 | 1010111 | 111101 |
Color Harmonies of #F2E343
Complementary color
Monochromatic Colors of #F2E343
Black with #F2E343
Text Example
Text Example
White with #F2E343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E343; }
p { color: rgb(242,227,67); }
H1.HeaderClassName
{
color: #F2E343;
}
.AnyTagClassName
{
color: #F2E343;
}
</style>
background-color css
<style>
a { background-color: #F2E343; }
a { background-color: rgb(242,227,67); }
div.DivClassName
{
background-color: #F2E343;
}
.BgClassName
{
background-color: #F2E343;
}
</style>
border-color css
<style>
span { border-color: #F2E343; }
span { border-color: rgb(242,227,67); }
td.TdClassName
{
border-color: #F2E343;
}
.TagClassName
{
border-color: #F2E343;
}
</style>