Shades of Gorse #F4F529
Tints of Gorse #F4F529
RGB
CMYK
RGB Variations
Color information
#F4F529 (or 0xF4F529) is known color: Gorse. HEX triplet: F4, F5 and 29. RGB value is (244,245,41). Sum of RGB (Red+Green+Blue) = 244+245+41=530 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.04% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 41 (16.41% from 255 or 7.74% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #F4F529 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F529 is #0B0AD6. Grayscale: #DEDEDE. Windows color (decimal): -723671 or 2749940. OLE color: 2749940.
HSL color Cylindrical-coordinate representation of color #F4F529: hue angle of 60.29º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4F529 is Cyan = 0.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 245 | 41 | - |
| CMYK | 0.00 | 0 | 0.83 | 0.04 |
| HSL | 60.29º | 0.91% | 0.56% | - |
| HSV(B) | 60.29º | 0.83% | 0.96% | - |
| XYZ | 70.36 | 84.7 | 14.74 | - |
| YUV | 221.45 | 26.17 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 245 | 41 | 0.00 | 0 | 0.83 | 0.04 | 60.29 | 0.91 | 0.56 |
| Hex | F4 | F5 | 29 | 0 | 0 | 53 | 4 | 3C | 5B | 38 |
| Octal | 364 | 365 | 51 | 0 | 0 | 123 | 4 | 74 | 133 | 70 |
| Binary | 11110100 | 11110101 | 101001 | 0 | 0 | 1010011 | 100 | 111100 | 1011011 | 111000 |
Color Harmonies of #F4F529
Complementary color
Monochromatic Colors of #F4F529
Black with #F4F529
Text Example
Text Example
White with #F4F529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F529; }
p { color: rgb(244,245,41); }
H1.HeaderClassName
{
color: #F4F529;
}
.AnyTagClassName
{
color: #F4F529;
}
</style>
background-color css
<style>
a { background-color: #F4F529; }
a { background-color: rgb(244,245,41); }
div.DivClassName
{
background-color: #F4F529;
}
.BgClassName
{
background-color: #F4F529;
}
</style>
border-color css
<style>
span { border-color: #F4F529; }
span { border-color: rgb(244,245,41); }
td.TdClassName
{
border-color: #F4F529;
}
.TagClassName
{
border-color: #F4F529;
}
</style>