Shades of Golden Fizz #F2F92A
Tints of Golden Fizz #F2F92A
RGB
CMYK
RGB Variations
Color information
#F2F92A (or 0xF2F92A) is known color: Golden Fizz. HEX triplet: F2, F9 and 2A. RGB value is (242,249,42). Sum of RGB (Red+Green+Blue) = 242+249+42=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 42 (16.80% from 255 or 7.88% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F92A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F92A is #0D06D5. Grayscale: #E0E0E0. Windows color (decimal): -853718 or 2816498. OLE color: 2816498.
HSL color Cylindrical-coordinate representation of color #F2F92A: hue angle of 62.03º degrees, saturation: 0.95, 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 #F2F92A is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 42 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.02 |
| HSL | 62.03º | 0.95% | 0.57% | - |
| HSV(B) | 62.03º | 0.83% | 0.98% | - |
| XYZ | 70.91 | 86.8 | 15.21 | - |
| YUV | 223.31 | 25.68 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 42 | 0.03 | 0 | 0.83 | 0.02 | 62.03 | 0.95 | 0.57 |
| Hex | F2 | F9 | 2A | 3 | 0 | 53 | 2 | 3E | 5F | 39 |
| Octal | 362 | 371 | 52 | 3 | 0 | 123 | 2 | 76 | 137 | 71 |
| Binary | 11110010 | 11111001 | 101010 | 11 | 0 | 1010011 | 10 | 111110 | 1011111 | 111001 |
Color Harmonies of #F2F92A
Complementary color
Monochromatic Colors of #F2F92A
Black with #F2F92A
Text Example
Text Example
White with #F2F92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F92A; }
p { color: rgb(242,249,42); }
H1.HeaderClassName
{
color: #F2F92A;
}
.AnyTagClassName
{
color: #F2F92A;
}
</style>
background-color css
<style>
a { background-color: #F2F92A; }
a { background-color: rgb(242,249,42); }
div.DivClassName
{
background-color: #F2F92A;
}
.BgClassName
{
background-color: #F2F92A;
}
</style>
border-color css
<style>
span { border-color: #F2F92A; }
span { border-color: rgb(242,249,42); }
td.TdClassName
{
border-color: #F2F92A;
}
.TagClassName
{
border-color: #F2F92A;
}
</style>