Shades of Golden Fizz #F2FD2A
Tints of Golden Fizz #F2FD2A
RGB
CMYK
RGB Variations
Color information
#F2FD2A (or 0xF2FD2A) is known color: Golden Fizz. HEX triplet: F2, FD and 2A. RGB value is (242,253,42). Sum of RGB (Red+Green+Blue) = 242+253+42=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 42 (16.80% from 255 or 7.82% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FD2A is #0D02D5. Grayscale: #E2E2E2. Windows color (decimal): -852694 or 2817522. OLE color: 2817522.
HSL color Cylindrical-coordinate representation of color #F2FD2A: hue angle of 63.13º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2FD2A is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 42 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.01 |
| HSL | 63.13º | 0.98% | 0.58% | - |
| HSV(B) | 63.13º | 0.83% | 0.99% | - |
| XYZ | 72.16 | 89.29 | 15.62 | - |
| YUV | 225.66 | 24.36 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 42 | 0.04 | 0 | 0.83 | 0.01 | 63.13 | 0.98 | 0.58 |
| Hex | F2 | FD | 2A | 4 | 0 | 53 | 1 | 3F | 62 | 3A |
| Octal | 362 | 375 | 52 | 4 | 0 | 123 | 1 | 77 | 142 | 72 |
| Binary | 11110010 | 11111101 | 101010 | 100 | 0 | 1010011 | 1 | 111111 | 1100010 | 111010 |
Color Harmonies of #F2FD2A
Complementary color
Monochromatic Colors of #F2FD2A
Black with #F2FD2A
Text Example
Text Example
White with #F2FD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD2A; }
p { color: rgb(242,253,42); }
H1.HeaderClassName
{
color: #F2FD2A;
}
.AnyTagClassName
{
color: #F2FD2A;
}
</style>
background-color css
<style>
a { background-color: #F2FD2A; }
a { background-color: rgb(242,253,42); }
div.DivClassName
{
background-color: #F2FD2A;
}
.BgClassName
{
background-color: #F2FD2A;
}
</style>
border-color css
<style>
span { border-color: #F2FD2A; }
span { border-color: rgb(242,253,42); }
td.TdClassName
{
border-color: #F2FD2A;
}
.TagClassName
{
border-color: #F2FD2A;
}
</style>