Shades of Gorse #F4EF32
Tints of Gorse #F4EF32
RGB
CMYK
RGB Variations
Color information
#F4EF32 (or 0xF4EF32) is known color: Gorse. HEX triplet: F4, EF and 32. RGB value is (244,239,50). Sum of RGB (Red+Green+Blue) = 244+239+50=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 50 (19.92% from 255 or 9.38% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4EF32 is #0B10CD. Grayscale: #DBDBDB. Windows color (decimal): -725198 or 3338228. OLE color: 3338228.
HSL color Cylindrical-coordinate representation of color #F4EF32: hue angle of 58.45º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4EF32 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 239 | 50 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.04 |
| HSL | 58.45º | 0.9% | 0.58% | - |
| HSV(B) | 58.45º | 0.8% | 0.96% | - |
| XYZ | 68.75 | 81.2 | 15.07 | - |
| YUV | 218.95 | 32.66 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 239 | 50 | 0 | 0.02 | 0.80 | 0.04 | 58.45 | 0.9 | 0.58 |
| Hex | F4 | EF | 32 | 0 | 2 | 50 | 4 | 3A | 5A | 3A |
| Octal | 364 | 357 | 62 | 0 | 2 | 120 | 4 | 72 | 132 | 72 |
| Binary | 11110100 | 11101111 | 110010 | 0 | 10 | 1010000 | 100 | 111010 | 1011010 | 111010 |
Color Harmonies of #F4EF32
Complementary color
Monochromatic Colors of #F4EF32
Black with #F4EF32
Text Example
Text Example
White with #F4EF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EF32; }
p { color: rgb(244,239,50); }
H1.HeaderClassName
{
color: #F4EF32;
}
.AnyTagClassName
{
color: #F4EF32;
}
</style>
background-color css
<style>
a { background-color: #F4EF32; }
a { background-color: rgb(244,239,50); }
div.DivClassName
{
background-color: #F4EF32;
}
.BgClassName
{
background-color: #F4EF32;
}
</style>
border-color css
<style>
span { border-color: #F4EF32; }
span { border-color: rgb(244,239,50); }
td.TdClassName
{
border-color: #F4EF32;
}
.TagClassName
{
border-color: #F4EF32;
}
</style>