Shades of Golden Fizz #F2FA2D
Tints of Golden Fizz #F2FA2D
RGB
CMYK
RGB Variations
Color information
#F2FA2D (or 0xF2FA2D) is known color: Golden Fizz. HEX triplet: F2, FA and 2D. RGB value is (242,250,45). Sum of RGB (Red+Green+Blue) = 242+250+45=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 45 (17.97% from 255 or 8.38% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FA2D is #0D05D2. Grayscale: #E1E1E1. Windows color (decimal): -853459 or 3013362. OLE color: 3013362.
HSL color Cylindrical-coordinate representation of color #F2FA2D: hue angle of 62.34º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2FA2D is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 45 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.02 |
| HSL | 62.34º | 0.95% | 0.58% | - |
| HSV(B) | 62.34º | 0.82% | 0.98% | - |
| XYZ | 71.28 | 87.44 | 15.6 | - |
| YUV | 224.24 | 26.85 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 45 | 0.03 | 0 | 0.82 | 0.02 | 62.34 | 0.95 | 0.58 |
| Hex | F2 | FA | 2D | 3 | 0 | 52 | 2 | 3E | 5F | 3A |
| Octal | 362 | 372 | 55 | 3 | 0 | 122 | 2 | 76 | 137 | 72 |
| Binary | 11110010 | 11111010 | 101101 | 11 | 0 | 1010010 | 10 | 111110 | 1011111 | 111010 |
Color Harmonies of #F2FA2D
Complementary color
Monochromatic Colors of #F2FA2D
Black with #F2FA2D
Text Example
Text Example
White with #F2FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA2D; }
p { color: rgb(242,250,45); }
H1.HeaderClassName
{
color: #F2FA2D;
}
.AnyTagClassName
{
color: #F2FA2D;
}
</style>
background-color css
<style>
a { background-color: #F2FA2D; }
a { background-color: rgb(242,250,45); }
div.DivClassName
{
background-color: #F2FA2D;
}
.BgClassName
{
background-color: #F2FA2D;
}
</style>
border-color css
<style>
span { border-color: #F2FA2D; }
span { border-color: rgb(242,250,45); }
td.TdClassName
{
border-color: #F2FA2D;
}
.TagClassName
{
border-color: #F2FA2D;
}
</style>