Shades of Gorse #F4F62C
Tints of Gorse #F4F62C
RGB
CMYK
RGB Variations
Color information
#F4F62C (or 0xF4F62C) is known color: Gorse. HEX triplet: F4, F6 and 2C. RGB value is (244,246,44). Sum of RGB (Red+Green+Blue) = 244+246+44=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 44 (17.58% from 255 or 8.24% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #F4F62C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F62C is #0B09D3. Grayscale: #DFDFDF. Windows color (decimal): -723412 or 2946804. OLE color: 2946804.
HSL color Cylindrical-coordinate representation of color #F4F62C: hue angle of 60.59º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4F62C is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 246 | 44 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.04 |
| HSL | 60.59º | 0.92% | 0.57% | - |
| HSV(B) | 60.59º | 0.82% | 0.96% | - |
| XYZ | 70.72 | 85.33 | 15.13 | - |
| YUV | 222.37 | 27.34 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 246 | 44 | 0.01 | 0 | 0.82 | 0.04 | 60.59 | 0.92 | 0.57 |
| Hex | F4 | F6 | 2C | 1 | 0 | 52 | 4 | 3D | 5C | 39 |
| Octal | 364 | 366 | 54 | 1 | 0 | 122 | 4 | 75 | 134 | 71 |
| Binary | 11110100 | 11110110 | 101100 | 1 | 0 | 1010010 | 100 | 111101 | 1011100 | 111001 |
Color Harmonies of #F4F62C
Complementary color
Monochromatic Colors of #F4F62C
Black with #F4F62C
Text Example
Text Example
White with #F4F62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F62C; }
p { color: rgb(244,246,44); }
H1.HeaderClassName
{
color: #F4F62C;
}
.AnyTagClassName
{
color: #F4F62C;
}
</style>
background-color css
<style>
a { background-color: #F4F62C; }
a { background-color: rgb(244,246,44); }
div.DivClassName
{
background-color: #F4F62C;
}
.BgClassName
{
background-color: #F4F62C;
}
</style>
border-color css
<style>
span { border-color: #F4F62C; }
span { border-color: rgb(244,246,44); }
td.TdClassName
{
border-color: #F4F62C;
}
.TagClassName
{
border-color: #F4F62C;
}
</style>