Shades of Golden Fizz #F2FA2A
Tints of Golden Fizz #F2FA2A
RGB
CMYK
RGB Variations
Color information
#F2FA2A (or 0xF2FA2A) is known color: Golden Fizz. HEX triplet: F2, FA and 2A. RGB value is (242,250,42). Sum of RGB (Red+Green+Blue) = 242+250+42=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 42 (16.80% from 255 or 7.87% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FA2A is #0D05D5. Grayscale: #E0E0E0. Windows color (decimal): -853462 or 2816754. OLE color: 2816754.
HSL color Cylindrical-coordinate representation of color #F2FA2A: hue angle of 62.31º 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 #F2FA2A is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 42 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.02 |
| HSL | 62.31º | 0.95% | 0.57% | - |
| HSV(B) | 62.31º | 0.83% | 0.98% | - |
| XYZ | 71.22 | 87.42 | 15.31 | - |
| YUV | 223.9 | 25.35 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 42 | 0.03 | 0 | 0.83 | 0.02 | 62.31 | 0.95 | 0.57 |
| Hex | F2 | FA | 2A | 3 | 0 | 53 | 2 | 3E | 5F | 39 |
| Octal | 362 | 372 | 52 | 3 | 0 | 123 | 2 | 76 | 137 | 71 |
| Binary | 11110010 | 11111010 | 101010 | 11 | 0 | 1010011 | 10 | 111110 | 1011111 | 111001 |
Color Harmonies of #F2FA2A
Complementary color
Monochromatic Colors of #F2FA2A
Black with #F2FA2A
Text Example
Text Example
White with #F2FA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA2A; }
p { color: rgb(242,250,42); }
H1.HeaderClassName
{
color: #F2FA2A;
}
.AnyTagClassName
{
color: #F2FA2A;
}
</style>
background-color css
<style>
a { background-color: #F2FA2A; }
a { background-color: rgb(242,250,42); }
div.DivClassName
{
background-color: #F2FA2A;
}
.BgClassName
{
background-color: #F2FA2A;
}
</style>
border-color css
<style>
span { border-color: #F2FA2A; }
span { border-color: rgb(242,250,42); }
td.TdClassName
{
border-color: #F2FA2A;
}
.TagClassName
{
border-color: #F2FA2A;
}
</style>