Shades of Gorse #F5FA33
Tints of Gorse #F5FA33
RGB
CMYK
RGB Variations
Color information
#F5FA33 (or 0xF5FA33) is known color: Gorse. HEX triplet: F5, FA and 33. RGB value is (245,250,51). Sum of RGB (Red+Green+Blue) = 245+250+51=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 51 (20.31% from 255 or 9.34% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FA33 is #0A05CC. Grayscale: #E2E2E2. Windows color (decimal): -656845 or 3406581. OLE color: 3406581.
HSL color Cylindrical-coordinate representation of color #F5FA33: hue angle of 61.51º 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 #F5FA33 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 51 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.02 |
| HSL | 61.51º | 0.95% | 0.59% | - |
| HSV(B) | 61.51º | 0.8% | 0.98% | - |
| XYZ | 72.44 | 88.02 | 16.3 | - |
| YUV | 225.82 | 29.34 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 51 | 0.02 | 0 | 0.80 | 0.02 | 61.51 | 0.95 | 0.59 |
| Hex | F5 | FA | 33 | 2 | 0 | 50 | 2 | 3E | 5F | 3B |
| Octal | 365 | 372 | 63 | 2 | 0 | 120 | 2 | 76 | 137 | 73 |
| Binary | 11110101 | 11111010 | 110011 | 10 | 0 | 1010000 | 10 | 111110 | 1011111 | 111011 |
Color Harmonies of #F5FA33
Complementary color
Monochromatic Colors of #F5FA33
Black with #F5FA33
Text Example
Text Example
White with #F5FA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FA33; }
p { color: rgb(245,250,51); }
H1.HeaderClassName
{
color: #F5FA33;
}
.AnyTagClassName
{
color: #F5FA33;
}
</style>
background-color css
<style>
a { background-color: #F5FA33; }
a { background-color: rgb(245,250,51); }
div.DivClassName
{
background-color: #F5FA33;
}
.BgClassName
{
background-color: #F5FA33;
}
</style>
border-color css
<style>
span { border-color: #F5FA33; }
span { border-color: rgb(245,250,51); }
td.TdClassName
{
border-color: #F5FA33;
}
.TagClassName
{
border-color: #F5FA33;
}
</style>