Shades of Golden Fizz #F2F32E
Tints of Golden Fizz #F2F32E
RGB
CMYK
RGB Variations
Color information
#F2F32E (or 0xF2F32E) is known color: Golden Fizz. HEX triplet: F2, F3 and 2E. RGB value is (242,243,46). Sum of RGB (Red+Green+Blue) = 242+243+46=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 46 (18.36% from 255 or 8.66% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F32E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F32E is #0D0CD1. Grayscale: #DDDDDD. Windows color (decimal): -855250 or 3077106. OLE color: 3077106.
HSL color Cylindrical-coordinate representation of color #F2F32E: hue angle of 60.3º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2F32E is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 46 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.05 |
| HSL | 60.3º | 0.89% | 0.57% | - |
| HSV(B) | 60.3º | 0.81% | 0.95% | - |
| XYZ | 69.16 | 83.18 | 14.99 | - |
| YUV | 220.24 | 29.67 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 46 | 0.00 | 0 | 0.81 | 0.05 | 60.3 | 0.89 | 0.57 |
| Hex | F2 | F3 | 2E | 0 | 0 | 51 | 5 | 3C | 59 | 39 |
| Octal | 362 | 363 | 56 | 0 | 0 | 121 | 5 | 74 | 131 | 71 |
| Binary | 11110010 | 11110011 | 101110 | 0 | 0 | 1010001 | 101 | 111100 | 1011001 | 111001 |
Color Harmonies of #F2F32E
Complementary color
Monochromatic Colors of #F2F32E
Black with #F2F32E
Text Example
Text Example
White with #F2F32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F32E; }
p { color: rgb(242,243,46); }
H1.HeaderClassName
{
color: #F2F32E;
}
.AnyTagClassName
{
color: #F2F32E;
}
</style>
background-color css
<style>
a { background-color: #F2F32E; }
a { background-color: rgb(242,243,46); }
div.DivClassName
{
background-color: #F2F32E;
}
.BgClassName
{
background-color: #F2F32E;
}
</style>
border-color css
<style>
span { border-color: #F2F32E; }
span { border-color: rgb(242,243,46); }
td.TdClassName
{
border-color: #F2F32E;
}
.TagClassName
{
border-color: #F2F32E;
}
</style>