Shades of Golden Fizz #F2FD2B
Tints of Golden Fizz #F2FD2B
RGB
CMYK
RGB Variations
Color information
#F2FD2B (or 0xF2FD2B) is known color: Golden Fizz. HEX triplet: F2, FD and 2B. RGB value is (242,253,43). Sum of RGB (Red+Green+Blue) = 242+253+43=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 43 (17.19% from 255 or 7.99% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FD2B is #0D02D4. Grayscale: #E2E2E2. Windows color (decimal): -852693 or 2883058. OLE color: 2883058.
HSL color Cylindrical-coordinate representation of color #F2FD2B: hue angle of 63.14º 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 #F2FD2B is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 43 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.01 |
| HSL | 63.14º | 0.98% | 0.58% | - |
| HSV(B) | 63.14º | 0.83% | 0.99% | - |
| XYZ | 72.18 | 89.3 | 15.72 | - |
| YUV | 225.77 | 24.86 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 43 | 0.04 | 0 | 0.83 | 0.01 | 63.14 | 0.98 | 0.58 |
| Hex | F2 | FD | 2B | 4 | 0 | 53 | 1 | 3F | 62 | 3A |
| Octal | 362 | 375 | 53 | 4 | 0 | 123 | 1 | 77 | 142 | 72 |
| Binary | 11110010 | 11111101 | 101011 | 100 | 0 | 1010011 | 1 | 111111 | 1100010 | 111010 |
Color Harmonies of #F2FD2B
Complementary color
Monochromatic Colors of #F2FD2B
Black with #F2FD2B
Text Example
Text Example
White with #F2FD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD2B; }
p { color: rgb(242,253,43); }
H1.HeaderClassName
{
color: #F2FD2B;
}
.AnyTagClassName
{
color: #F2FD2B;
}
</style>
background-color css
<style>
a { background-color: #F2FD2B; }
a { background-color: rgb(242,253,43); }
div.DivClassName
{
background-color: #F2FD2B;
}
.BgClassName
{
background-color: #F2FD2B;
}
</style>
border-color css
<style>
span { border-color: #F2FD2B; }
span { border-color: rgb(242,253,43); }
td.TdClassName
{
border-color: #F2FD2B;
}
.TagClassName
{
border-color: #F2FD2B;
}
</style>