Shades of Gorse #F5F428
Tints of Gorse #F5F428
RGB
CMYK
RGB Variations
Color information
#F5F428 (or 0xF5F428) is known color: Gorse. HEX triplet: F5, F4 and 28. RGB value is (245,244,40). Sum of RGB (Red+Green+Blue) = 245+244+40=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 40 (16.02% from 255 or 7.56% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F428 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F428 is #0A0BD7. Grayscale: #DDDDDD. Windows color (decimal): -658392 or 2684149. OLE color: 2684149.
HSL color Cylindrical-coordinate representation of color #F5F428: hue angle of 59.71º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5F428 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 244 | 40 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.04 |
| HSL | 59.71º | 0.91% | 0.56% | - |
| HSV(B) | 59.71º | 0.84% | 0.96% | - |
| XYZ | 70.39 | 84.27 | 14.56 | - |
| YUV | 221.04 | 25.83 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 244 | 40 | 0 | 0.00 | 0.84 | 0.04 | 59.71 | 0.91 | 0.56 |
| Hex | F5 | F4 | 28 | 0 | 0 | 54 | 4 | 3C | 5B | 38 |
| Octal | 365 | 364 | 50 | 0 | 0 | 124 | 4 | 74 | 133 | 70 |
| Binary | 11110101 | 11110100 | 101000 | 0 | 0 | 1010100 | 100 | 111100 | 1011011 | 111000 |
Color Harmonies of #F5F428
Complementary color
Monochromatic Colors of #F5F428
Black with #F5F428
Text Example
Text Example
White with #F5F428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F428; }
p { color: rgb(245,244,40); }
H1.HeaderClassName
{
color: #F5F428;
}
.AnyTagClassName
{
color: #F5F428;
}
</style>
background-color css
<style>
a { background-color: #F5F428; }
a { background-color: rgb(245,244,40); }
div.DivClassName
{
background-color: #F5F428;
}
.BgClassName
{
background-color: #F5F428;
}
</style>
border-color css
<style>
span { border-color: #F5F428; }
span { border-color: rgb(245,244,40); }
td.TdClassName
{
border-color: #F5F428;
}
.TagClassName
{
border-color: #F5F428;
}
</style>