Shades of Gorse #F5FA2A
Tints of Gorse #F5FA2A
RGB
CMYK
RGB Variations
Color information
#F5FA2A (or 0xF5FA2A) is known color: Gorse. HEX triplet: F5, FA and 2A. RGB value is (245,250,42). Sum of RGB (Red+Green+Blue) = 245+250+42=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 42 (16.80% from 255 or 7.82% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FA2A is #0A05D5. Grayscale: #E1E1E1. Windows color (decimal): -656854 or 2816757. OLE color: 2816757.
HSL color Cylindrical-coordinate representation of color #F5FA2A: hue angle of 61.44º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5FA2A is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 42 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.02 |
| HSL | 61.44º | 0.95% | 0.57% | - |
| HSV(B) | 61.44º | 0.83% | 0.98% | - |
| XYZ | 72.26 | 87.95 | 15.36 | - |
| YUV | 224.79 | 24.84 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 42 | 0.02 | 0 | 0.83 | 0.02 | 61.44 | 0.95 | 0.57 |
| Hex | F5 | FA | 2A | 2 | 0 | 53 | 2 | 3D | 5F | 39 |
| Octal | 365 | 372 | 52 | 2 | 0 | 123 | 2 | 75 | 137 | 71 |
| Binary | 11110101 | 11111010 | 101010 | 10 | 0 | 1010011 | 10 | 111101 | 1011111 | 111001 |
Color Harmonies of #F5FA2A
Complementary color
Monochromatic Colors of #F5FA2A
Black with #F5FA2A
Text Example
Text Example
White with #F5FA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FA2A; }
p { color: rgb(245,250,42); }
H1.HeaderClassName
{
color: #F5FA2A;
}
.AnyTagClassName
{
color: #F5FA2A;
}
</style>
background-color css
<style>
a { background-color: #F5FA2A; }
a { background-color: rgb(245,250,42); }
div.DivClassName
{
background-color: #F5FA2A;
}
.BgClassName
{
background-color: #F5FA2A;
}
</style>
border-color css
<style>
span { border-color: #F5FA2A; }
span { border-color: rgb(245,250,42); }
td.TdClassName
{
border-color: #F5FA2A;
}
.TagClassName
{
border-color: #F5FA2A;
}
</style>