Shades of Golden Fizz #F2F92B
Tints of Golden Fizz #F2F92B
RGB
CMYK
RGB Variations
Color information
#F2F92B (or 0xF2F92B) is known color: Golden Fizz. HEX triplet: F2, F9 and 2B. RGB value is (242,249,43). Sum of RGB (Red+Green+Blue) = 242+249+43=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 43 (17.19% from 255 or 8.05% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F92B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F92B is #0D06D4. Grayscale: #E0E0E0. Windows color (decimal): -853717 or 2882034. OLE color: 2882034.
HSL color Cylindrical-coordinate representation of color #F2F92B: hue angle of 62.04º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2F92B is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 43 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.02 |
| HSL | 62.04º | 0.94% | 0.57% | - |
| HSV(B) | 62.04º | 0.83% | 0.98% | - |
| XYZ | 70.93 | 86.8 | 15.3 | - |
| YUV | 223.42 | 26.18 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 43 | 0.03 | 0 | 0.83 | 0.02 | 62.04 | 0.94 | 0.57 |
| Hex | F2 | F9 | 2B | 3 | 0 | 53 | 2 | 3E | 5E | 39 |
| Octal | 362 | 371 | 53 | 3 | 0 | 123 | 2 | 76 | 136 | 71 |
| Binary | 11110010 | 11111001 | 101011 | 11 | 0 | 1010011 | 10 | 111110 | 1011110 | 111001 |
Color Harmonies of #F2F92B
Complementary color
Monochromatic Colors of #F2F92B
Black with #F2F92B
Text Example
Text Example
White with #F2F92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F92B; }
p { color: rgb(242,249,43); }
H1.HeaderClassName
{
color: #F2F92B;
}
.AnyTagClassName
{
color: #F2F92B;
}
</style>
background-color css
<style>
a { background-color: #F2F92B; }
a { background-color: rgb(242,249,43); }
div.DivClassName
{
background-color: #F2F92B;
}
.BgClassName
{
background-color: #F2F92B;
}
</style>
border-color css
<style>
span { border-color: #F2F92B; }
span { border-color: rgb(242,249,43); }
td.TdClassName
{
border-color: #F2F92B;
}
.TagClassName
{
border-color: #F2F92B;
}
</style>