Shades of Golden Fizz #F2F326
Tints of Golden Fizz #F2F326
RGB
CMYK
RGB Variations
Color information
#F2F326 (or 0xF2F326) is known color: Golden Fizz. HEX triplet: F2, F3 and 26. RGB value is (242,243,38). Sum of RGB (Red+Green+Blue) = 242+243+38=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 38 (15.23% from 255 or 7.27% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F326 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F326 is #0D0CD9. Grayscale: #DCDCDC. Windows color (decimal): -855258 or 2552818. OLE color: 2552818.
HSL color Cylindrical-coordinate representation of color #F2F326: hue angle of 60.29º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2F326 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 38 | - |
| CMYK | 0.00 | 0 | 0.84 | 0.05 |
| HSL | 60.29º | 0.9% | 0.55% | - |
| HSV(B) | 60.29º | 0.84% | 0.95% | - |
| XYZ | 69.02 | 83.12 | 14.24 | - |
| YUV | 219.33 | 25.67 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 38 | 0.00 | 0 | 0.84 | 0.05 | 60.29 | 0.9 | 0.55 |
| Hex | F2 | F3 | 26 | 0 | 0 | 54 | 5 | 3C | 5A | 37 |
| Octal | 362 | 363 | 46 | 0 | 0 | 124 | 5 | 74 | 132 | 67 |
| Binary | 11110010 | 11110011 | 100110 | 0 | 0 | 1010100 | 101 | 111100 | 1011010 | 110111 |
Color Harmonies of #F2F326
Complementary color
Monochromatic Colors of #F2F326
Black with #F2F326
Text Example
Text Example
White with #F2F326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F326; }
p { color: rgb(242,243,38); }
H1.HeaderClassName
{
color: #F2F326;
}
.AnyTagClassName
{
color: #F2F326;
}
</style>
background-color css
<style>
a { background-color: #F2F326; }
a { background-color: rgb(242,243,38); }
div.DivClassName
{
background-color: #F2F326;
}
.BgClassName
{
background-color: #F2F326;
}
</style>
border-color css
<style>
span { border-color: #F2F326; }
span { border-color: rgb(242,243,38); }
td.TdClassName
{
border-color: #F2F326;
}
.TagClassName
{
border-color: #F2F326;
}
</style>