Shades of Golden Fizz #F2F12B
Tints of Golden Fizz #F2F12B
RGB
CMYK
RGB Variations
Color information
#F2F12B (or 0xF2F12B) is known color: Golden Fizz. HEX triplet: F2, F1 and 2B. RGB value is (242,241,43). Sum of RGB (Red+Green+Blue) = 242+241+43=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 43 (17.19% from 255 or 8.17% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F12B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F12B is #0D0ED4. Grayscale: #DBDBDB. Windows color (decimal): -855765 or 2879986. OLE color: 2879986.
HSL color Cylindrical-coordinate representation of color #F2F12B: hue angle of 59.7º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2F12B is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 43 | - |
| CMYK | 0 | 0.00 | 0.82 | 0.05 |
| HSL | 59.7º | 0.88% | 0.56% | - |
| HSV(B) | 59.7º | 0.82% | 0.95% | - |
| XYZ | 68.51 | 81.96 | 14.49 | - |
| YUV | 218.73 | 28.83 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 43 | 0 | 0.00 | 0.82 | 0.05 | 59.7 | 0.88 | 0.56 |
| Hex | F2 | F1 | 2B | 0 | 0 | 52 | 5 | 3C | 58 | 38 |
| Octal | 362 | 361 | 53 | 0 | 0 | 122 | 5 | 74 | 130 | 70 |
| Binary | 11110010 | 11110001 | 101011 | 0 | 0 | 1010010 | 101 | 111100 | 1011000 | 111000 |
Color Harmonies of #F2F12B
Complementary color
Monochromatic Colors of #F2F12B
Black with #F2F12B
Text Example
Text Example
White with #F2F12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F12B; }
p { color: rgb(242,241,43); }
H1.HeaderClassName
{
color: #F2F12B;
}
.AnyTagClassName
{
color: #F2F12B;
}
</style>
background-color css
<style>
a { background-color: #F2F12B; }
a { background-color: rgb(242,241,43); }
div.DivClassName
{
background-color: #F2F12B;
}
.BgClassName
{
background-color: #F2F12B;
}
</style>
border-color css
<style>
span { border-color: #F2F12B; }
span { border-color: rgb(242,241,43); }
td.TdClassName
{
border-color: #F2F12B;
}
.TagClassName
{
border-color: #F2F12B;
}
</style>