Shades of Gorse #F5FD3A
Tints of Gorse #F5FD3A
RGB
CMYK
RGB Variations
Color information
#F5FD3A (or 0xF5FD3A) is known color: Gorse. HEX triplet: F5, FD and 3A. RGB value is (245,253,58). Sum of RGB (Red+Green+Blue) = 245+253+58=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 58 (23.05% from 255 or 10.43% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FD3A is #0A02C5. Grayscale: #E5E5E5. Windows color (decimal): -656070 or 3866101. OLE color: 3866101.
HSL color Cylindrical-coordinate representation of color #F5FD3A: hue angle of 62.46º degrees, saturation: 0.98, 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 #F5FD3A is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 58 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.01 |
| HSL | 62.46º | 0.98% | 0.61% | - |
| HSV(B) | 62.46º | 0.77% | 0.99% | - |
| XYZ | 73.55 | 89.97 | 17.49 | - |
| YUV | 228.38 | 31.85 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 58 | 0.03 | 0 | 0.77 | 0.01 | 62.46 | 0.98 | 0.61 |
| Hex | F5 | FD | 3A | 3 | 0 | 4D | 1 | 3E | 62 | 3D |
| Octal | 365 | 375 | 72 | 3 | 0 | 115 | 1 | 76 | 142 | 75 |
| Binary | 11110101 | 11111101 | 111010 | 11 | 0 | 1001101 | 1 | 111110 | 1100010 | 111101 |
Color Harmonies of #F5FD3A
Complementary color
Monochromatic Colors of #F5FD3A
Black with #F5FD3A
Text Example
Text Example
White with #F5FD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FD3A; }
p { color: rgb(245,253,58); }
H1.HeaderClassName
{
color: #F5FD3A;
}
.AnyTagClassName
{
color: #F5FD3A;
}
</style>
background-color css
<style>
a { background-color: #F5FD3A; }
a { background-color: rgb(245,253,58); }
div.DivClassName
{
background-color: #F5FD3A;
}
.BgClassName
{
background-color: #F5FD3A;
}
</style>
border-color css
<style>
span { border-color: #F5FD3A; }
span { border-color: rgb(245,253,58); }
td.TdClassName
{
border-color: #F5FD3A;
}
.TagClassName
{
border-color: #F5FD3A;
}
</style>