Shades of Golden Fizz #F1F035
Tints of Golden Fizz #F1F035
RGB
CMYK
RGB Variations
Color information
#F1F035 (or 0xF1F035) is known color: Golden Fizz. HEX triplet: F1, F0 and 35. RGB value is (241,240,53). Sum of RGB (Red+Green+Blue) = 241+240+53=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 53 (21.09% from 255 or 9.93% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F035 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F035 is #0E0FCA. Grayscale: #DBDBDB. Windows color (decimal): -921547 or 3535089. OLE color: 3535089.
HSL color Cylindrical-coordinate representation of color #F1F035: hue angle of 59.68º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1F035 is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 53 | - |
| CMYK | 0 | 0.00 | 0.78 | 0.05 |
| HSL | 59.68º | 0.87% | 0.58% | - |
| HSV(B) | 59.68º | 0.78% | 0.95% | - |
| XYZ | 68.08 | 81.28 | 15.47 | - |
| YUV | 218.98 | 34.33 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 53 | 0 | 0.00 | 0.78 | 0.05 | 59.68 | 0.87 | 0.58 |
| Hex | F1 | F0 | 35 | 0 | 0 | 4E | 5 | 3C | 57 | 3A |
| Octal | 361 | 360 | 65 | 0 | 0 | 116 | 5 | 74 | 127 | 72 |
| Binary | 11110001 | 11110000 | 110101 | 0 | 0 | 1001110 | 101 | 111100 | 1010111 | 111010 |
Color Harmonies of #F1F035
Complementary color
Monochromatic Colors of #F1F035
Black with #F1F035
Text Example
Text Example
White with #F1F035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F035; }
p { color: rgb(241,240,53); }
H1.HeaderClassName
{
color: #F1F035;
}
.AnyTagClassName
{
color: #F1F035;
}
</style>
background-color css
<style>
a { background-color: #F1F035; }
a { background-color: rgb(241,240,53); }
div.DivClassName
{
background-color: #F1F035;
}
.BgClassName
{
background-color: #F1F035;
}
</style>
border-color css
<style>
span { border-color: #F1F035; }
span { border-color: rgb(241,240,53); }
td.TdClassName
{
border-color: #F1F035;
}
.TagClassName
{
border-color: #F1F035;
}
</style>