Shades of Gorse #F5FC3A
Tints of Gorse #F5FC3A
RGB
CMYK
RGB Variations
Color information
#F5FC3A (or 0xF5FC3A) is known color: Gorse. HEX triplet: F5, FC and 3A. RGB value is (245,252,58). Sum of RGB (Red+Green+Blue) = 245+252+58=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 58 (23.05% from 255 or 10.45% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FC3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FC3A is #0A03C5. Grayscale: #E4E4E4. Windows color (decimal): -656326 or 3865845. OLE color: 3865845.
HSL color Cylindrical-coordinate representation of color #F5FC3A: hue angle of 62.16º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5FC3A is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 58 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.01 |
| HSL | 62.16º | 0.97% | 0.61% | - |
| HSV(B) | 62.16º | 0.77% | 0.99% | - |
| XYZ | 73.23 | 89.34 | 17.39 | - |
| YUV | 227.79 | 32.18 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 58 | 0.03 | 0 | 0.77 | 0.01 | 62.16 | 0.97 | 0.61 |
| Hex | F5 | FC | 3A | 3 | 0 | 4D | 1 | 3E | 61 | 3D |
| Octal | 365 | 374 | 72 | 3 | 0 | 115 | 1 | 76 | 141 | 75 |
| Binary | 11110101 | 11111100 | 111010 | 11 | 0 | 1001101 | 1 | 111110 | 1100001 | 111101 |
Color Harmonies of #F5FC3A
Complementary color
Monochromatic Colors of #F5FC3A
Black with #F5FC3A
Text Example
Text Example
White with #F5FC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FC3A; }
p { color: rgb(245,252,58); }
H1.HeaderClassName
{
color: #F5FC3A;
}
.AnyTagClassName
{
color: #F5FC3A;
}
</style>
background-color css
<style>
a { background-color: #F5FC3A; }
a { background-color: rgb(245,252,58); }
div.DivClassName
{
background-color: #F5FC3A;
}
.BgClassName
{
background-color: #F5FC3A;
}
</style>
border-color css
<style>
span { border-color: #F5FC3A; }
span { border-color: rgb(245,252,58); }
td.TdClassName
{
border-color: #F5FC3A;
}
.TagClassName
{
border-color: #F5FC3A;
}
</style>