Shades of Gorse #F3FA3A
Tints of Gorse #F3FA3A
RGB
CMYK
RGB Variations
Color information
#F3FA3A (or 0xF3FA3A) is known color: Gorse. HEX triplet: F3, FA and 3A. RGB value is (243,250,58). Sum of RGB (Red+Green+Blue) = 243+250+58=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 58 (23.05% from 255 or 10.53% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #F3FA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3FA3A is #0C05C5. Grayscale: #E2E2E2. Windows color (decimal): -787910 or 3865331. OLE color: 3865331.
HSL color Cylindrical-coordinate representation of color #F3FA3A: hue angle of 62.19º 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 #F3FA3A is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 250 | 58 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.02 |
| HSL | 62.19º | 0.95% | 0.6% | - |
| HSV(B) | 62.19º | 0.77% | 0.98% | - |
| XYZ | 71.91 | 87.73 | 17.15 | - |
| YUV | 226.02 | 33.18 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 250 | 58 | 0.03 | 0 | 0.77 | 0.02 | 62.19 | 0.95 | 0.6 |
| Hex | F3 | FA | 3A | 3 | 0 | 4D | 2 | 3E | 5F | 3C |
| Octal | 363 | 372 | 72 | 3 | 0 | 115 | 2 | 76 | 137 | 74 |
| Binary | 11110011 | 11111010 | 111010 | 11 | 0 | 1001101 | 10 | 111110 | 1011111 | 111100 |
Color Harmonies of #F3FA3A
Complementary color
Monochromatic Colors of #F3FA3A
Black with #F3FA3A
Text Example
Text Example
White with #F3FA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FA3A; }
p { color: rgb(243,250,58); }
H1.HeaderClassName
{
color: #F3FA3A;
}
.AnyTagClassName
{
color: #F3FA3A;
}
</style>
background-color css
<style>
a { background-color: #F3FA3A; }
a { background-color: rgb(243,250,58); }
div.DivClassName
{
background-color: #F3FA3A;
}
.BgClassName
{
background-color: #F3FA3A;
}
</style>
border-color css
<style>
span { border-color: #F3FA3A; }
span { border-color: rgb(243,250,58); }
td.TdClassName
{
border-color: #F3FA3A;
}
.TagClassName
{
border-color: #F3FA3A;
}
</style>