Shades of Golden Fizz #F1F030
Tints of Golden Fizz #F1F030
RGB
CMYK
RGB Variations
Color information
#F1F030 (or 0xF1F030) is known color: Golden Fizz. HEX triplet: F1, F0 and 30. RGB value is (241,240,48). Sum of RGB (Red+Green+Blue) = 241+240+48=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 48 (19.14% from 255 or 9.07% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F030 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F030 is #0E0FCF. Grayscale: #DBDBDB. Windows color (decimal): -921552 or 3207409. OLE color: 3207409.
HSL color Cylindrical-coordinate representation of color #F1F030: hue angle of 59.69º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1F030 is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 48 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.05 |
| HSL | 59.69º | 0.87% | 0.57% | - |
| HSV(B) | 59.69º | 0.8% | 0.95% | - |
| XYZ | 67.97 | 81.23 | 14.89 | - |
| YUV | 218.41 | 31.83 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 48 | 0 | 0.00 | 0.80 | 0.05 | 59.69 | 0.87 | 0.57 |
| Hex | F1 | F0 | 30 | 0 | 0 | 50 | 5 | 3C | 57 | 39 |
| Octal | 361 | 360 | 60 | 0 | 0 | 120 | 5 | 74 | 127 | 71 |
| Binary | 11110001 | 11110000 | 110000 | 0 | 0 | 1010000 | 101 | 111100 | 1010111 | 111001 |
Color Harmonies of #F1F030
Complementary color
Monochromatic Colors of #F1F030
Black with #F1F030
Text Example
Text Example
White with #F1F030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F030; }
p { color: rgb(241,240,48); }
H1.HeaderClassName
{
color: #F1F030;
}
.AnyTagClassName
{
color: #F1F030;
}
</style>
background-color css
<style>
a { background-color: #F1F030; }
a { background-color: rgb(241,240,48); }
div.DivClassName
{
background-color: #F1F030;
}
.BgClassName
{
background-color: #F1F030;
}
</style>
border-color css
<style>
span { border-color: #F1F030; }
span { border-color: rgb(241,240,48); }
td.TdClassName
{
border-color: #F1F030;
}
.TagClassName
{
border-color: #F1F030;
}
</style>