Shades of Gorse #F5FA28
Tints of Gorse #F5FA28
RGB
CMYK
RGB Variations
Color information
#F5FA28 (or 0xF5FA28) is known color: Gorse. HEX triplet: F5, FA and 28. RGB value is (245,250,40). Sum of RGB (Red+Green+Blue) = 245+250+40=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 40 (16.02% from 255 or 7.48% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FA28 is #0A05D7. Grayscale: #E1E1E1. Windows color (decimal): -656856 or 2685685. OLE color: 2685685.
HSL color Cylindrical-coordinate representation of color #F5FA28: hue angle of 61.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5FA28 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 40 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.02 |
| HSL | 61.43º | 0.95% | 0.57% | - |
| HSV(B) | 61.43º | 0.84% | 0.98% | - |
| XYZ | 72.22 | 87.94 | 15.17 | - |
| YUV | 224.57 | 23.84 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 40 | 0.02 | 0 | 0.84 | 0.02 | 61.43 | 0.95 | 0.57 |
| Hex | F5 | FA | 28 | 2 | 0 | 54 | 2 | 3D | 5F | 39 |
| Octal | 365 | 372 | 50 | 2 | 0 | 124 | 2 | 75 | 137 | 71 |
| Binary | 11110101 | 11111010 | 101000 | 10 | 0 | 1010100 | 10 | 111101 | 1011111 | 111001 |
Color Harmonies of #F5FA28
Complementary color
Monochromatic Colors of #F5FA28
Black with #F5FA28
Text Example
Text Example
White with #F5FA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FA28; }
p { color: rgb(245,250,40); }
H1.HeaderClassName
{
color: #F5FA28;
}
.AnyTagClassName
{
color: #F5FA28;
}
</style>
background-color css
<style>
a { background-color: #F5FA28; }
a { background-color: rgb(245,250,40); }
div.DivClassName
{
background-color: #F5FA28;
}
.BgClassName
{
background-color: #F5FA28;
}
</style>
border-color css
<style>
span { border-color: #F5FA28; }
span { border-color: rgb(245,250,40); }
td.TdClassName
{
border-color: #F5FA28;
}
.TagClassName
{
border-color: #F5FA28;
}
</style>