Shades of Gorse #F5FA31
Tints of Gorse #F5FA31
RGB
CMYK
RGB Variations
Color information
#F5FA31 (or 0xF5FA31) is known color: Gorse. HEX triplet: F5, FA and 31. RGB value is (245,250,49). Sum of RGB (Red+Green+Blue) = 245+250+49=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 49 (19.53% from 255 or 9.01% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FA31 is #0A05CE. Grayscale: #E2E2E2. Windows color (decimal): -656847 or 3275509. OLE color: 3275509.
HSL color Cylindrical-coordinate representation of color #F5FA31: hue angle of 61.49º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5FA31 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 49 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.02 |
| HSL | 61.49º | 0.95% | 0.59% | - |
| HSV(B) | 61.49º | 0.8% | 0.98% | - |
| XYZ | 72.4 | 88.01 | 16.08 | - |
| YUV | 225.59 | 28.34 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 49 | 0.02 | 0 | 0.80 | 0.02 | 61.49 | 0.95 | 0.59 |
| Hex | F5 | FA | 31 | 2 | 0 | 50 | 2 | 3D | 5F | 3B |
| Octal | 365 | 372 | 61 | 2 | 0 | 120 | 2 | 75 | 137 | 73 |
| Binary | 11110101 | 11111010 | 110001 | 10 | 0 | 1010000 | 10 | 111101 | 1011111 | 111011 |
Color Harmonies of #F5FA31
Complementary color
Monochromatic Colors of #F5FA31
Black with #F5FA31
Text Example
Text Example
White with #F5FA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FA31; }
p { color: rgb(245,250,49); }
H1.HeaderClassName
{
color: #F5FA31;
}
.AnyTagClassName
{
color: #F5FA31;
}
</style>
background-color css
<style>
a { background-color: #F5FA31; }
a { background-color: rgb(245,250,49); }
div.DivClassName
{
background-color: #F5FA31;
}
.BgClassName
{
background-color: #F5FA31;
}
</style>
border-color css
<style>
span { border-color: #F5FA31; }
span { border-color: rgb(245,250,49); }
td.TdClassName
{
border-color: #F5FA31;
}
.TagClassName
{
border-color: #F5FA31;
}
</style>