Shades of Gorse #F7FA3A
Tints of Gorse #F7FA3A
RGB
CMYK
RGB Variations
Color information
#F7FA3A (or 0xF7FA3A) is known color: Gorse. HEX triplet: F7, FA and 3A. RGB value is (247,250,58). Sum of RGB (Red+Green+Blue) = 247+250+58=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 58 (23.05% from 255 or 10.45% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7FA3A is #0805C5. Grayscale: #E3E3E3. Windows color (decimal): -525766 or 3865335. OLE color: 3865335.
HSL color Cylindrical-coordinate representation of color #F7FA3A: hue angle of 60.94º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F7FA3A is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 250 | 58 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.02 |
| HSL | 60.94º | 0.95% | 0.6% | - |
| HSV(B) | 60.94º | 0.77% | 0.98% | - |
| XYZ | 73.31 | 88.45 | 17.21 | - |
| YUV | 227.22 | 32.51 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 250 | 58 | 0.01 | 0 | 0.77 | 0.02 | 60.94 | 0.95 | 0.6 |
| Hex | F7 | FA | 3A | 1 | 0 | 4D | 2 | 3D | 5F | 3C |
| Octal | 367 | 372 | 72 | 1 | 0 | 115 | 2 | 75 | 137 | 74 |
| Binary | 11110111 | 11111010 | 111010 | 1 | 0 | 1001101 | 10 | 111101 | 1011111 | 111100 |
Color Harmonies of #F7FA3A
Complementary color
Monochromatic Colors of #F7FA3A
Black with #F7FA3A
Text Example
Text Example
White with #F7FA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FA3A; }
p { color: rgb(247,250,58); }
H1.HeaderClassName
{
color: #F7FA3A;
}
.AnyTagClassName
{
color: #F7FA3A;
}
</style>
background-color css
<style>
a { background-color: #F7FA3A; }
a { background-color: rgb(247,250,58); }
div.DivClassName
{
background-color: #F7FA3A;
}
.BgClassName
{
background-color: #F7FA3A;
}
</style>
border-color css
<style>
span { border-color: #F7FA3A; }
span { border-color: rgb(247,250,58); }
td.TdClassName
{
border-color: #F7FA3A;
}
.TagClassName
{
border-color: #F7FA3A;
}
</style>