Shades of Gorse #F2E43C
Tints of Gorse #F2E43C
RGB
CMYK
RGB Variations
Color information
#F2E43C (or 0xF2E43C) is known color: Gorse. HEX triplet: F2, E4 and 3C. RGB value is (242,228,60). Sum of RGB (Red+Green+Blue) = 242+228+60=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 60 (23.83% from 255 or 11.32% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E43C is #0D1BC3. Grayscale: #D5D5D5. Windows color (decimal): -859076 or 3990770. OLE color: 3990770.
HSL color Cylindrical-coordinate representation of color #F2E43C: hue angle of 55.38º 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 #F2E43C is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 60 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.05 |
| HSL | 55.38º | 0.88% | 0.59% | - |
| HSV(B) | 55.38º | 0.75% | 0.95% | - |
| XYZ | 65.18 | 74.69 | 15.26 | - |
| YUV | 213.03 | 41.64 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 60 | 0 | 0.06 | 0.75 | 0.05 | 55.38 | 0.88 | 0.59 |
| Hex | F2 | E4 | 3C | 0 | 6 | 4B | 5 | 37 | 58 | 3B |
| Octal | 362 | 344 | 74 | 0 | 6 | 113 | 5 | 67 | 130 | 73 |
| Binary | 11110010 | 11100100 | 111100 | 0 | 110 | 1001011 | 101 | 110111 | 1011000 | 111011 |
Color Harmonies of #F2E43C
Complementary color
Monochromatic Colors of #F2E43C
Black with #F2E43C
Text Example
Text Example
White with #F2E43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E43C; }
p { color: rgb(242,228,60); }
H1.HeaderClassName
{
color: #F2E43C;
}
.AnyTagClassName
{
color: #F2E43C;
}
</style>
background-color css
<style>
a { background-color: #F2E43C; }
a { background-color: rgb(242,228,60); }
div.DivClassName
{
background-color: #F2E43C;
}
.BgClassName
{
background-color: #F2E43C;
}
</style>
border-color css
<style>
span { border-color: #F2E43C; }
span { border-color: rgb(242,228,60); }
td.TdClassName
{
border-color: #F2E43C;
}
.TagClassName
{
border-color: #F2E43C;
}
</style>