Shades of Golden Fizz #F1FA30
Tints of Golden Fizz #F1FA30
RGB
CMYK
RGB Variations
Color information
#F1FA30 (or 0xF1FA30) is known color: Golden Fizz. HEX triplet: F1, FA and 30. RGB value is (241,250,48). Sum of RGB (Red+Green+Blue) = 241+250+48=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 48 (19.14% from 255 or 8.91% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FA30 is #0E05CF. Grayscale: #E1E1E1. Windows color (decimal): -918992 or 3209969. OLE color: 3209969.
HSL color Cylindrical-coordinate representation of color #F1FA30: hue angle of 62.67º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1FA30 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 48 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.02 |
| HSL | 62.67º | 0.95% | 0.58% | - |
| HSV(B) | 62.67º | 0.81% | 0.98% | - |
| XYZ | 70.99 | 87.29 | 15.9 | - |
| YUV | 224.28 | 28.52 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 48 | 0.04 | 0 | 0.81 | 0.02 | 62.67 | 0.95 | 0.58 |
| Hex | F1 | FA | 30 | 4 | 0 | 51 | 2 | 3F | 5F | 3A |
| Octal | 361 | 372 | 60 | 4 | 0 | 121 | 2 | 77 | 137 | 72 |
| Binary | 11110001 | 11111010 | 110000 | 100 | 0 | 1010001 | 10 | 111111 | 1011111 | 111010 |
Color Harmonies of #F1FA30
Complementary color
Monochromatic Colors of #F1FA30
Black with #F1FA30
Text Example
Text Example
White with #F1FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FA30; }
p { color: rgb(241,250,48); }
H1.HeaderClassName
{
color: #F1FA30;
}
.AnyTagClassName
{
color: #F1FA30;
}
</style>
background-color css
<style>
a { background-color: #F1FA30; }
a { background-color: rgb(241,250,48); }
div.DivClassName
{
background-color: #F1FA30;
}
.BgClassName
{
background-color: #F1FA30;
}
</style>
border-color css
<style>
span { border-color: #F1FA30; }
span { border-color: rgb(241,250,48); }
td.TdClassName
{
border-color: #F1FA30;
}
.TagClassName
{
border-color: #F1FA30;
}
</style>