Shades of Golden Fizz #F2F02D
Tints of Golden Fizz #F2F02D
RGB
CMYK
RGB Variations
Color information
#F2F02D (or 0xF2F02D) is known color: Golden Fizz. HEX triplet: F2, F0 and 2D. RGB value is (242,240,45). Sum of RGB (Red+Green+Blue) = 242+240+45=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 45 (17.97% from 255 or 8.54% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F02D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F02D is #0D0FD2. Grayscale: #DBDBDB. Windows color (decimal): -856019 or 3010802. OLE color: 3010802.
HSL color Cylindrical-coordinate representation of color #F2F02D: hue angle of 59.39º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2F02D is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 45 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.05 |
| HSL | 59.39º | 0.88% | 0.56% | - |
| HSV(B) | 59.39º | 0.81% | 0.95% | - |
| XYZ | 68.25 | 81.39 | 14.59 | - |
| YUV | 218.37 | 30.16 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 45 | 0 | 0.01 | 0.81 | 0.05 | 59.39 | 0.88 | 0.56 |
| Hex | F2 | F0 | 2D | 0 | 1 | 51 | 5 | 3B | 58 | 38 |
| Octal | 362 | 360 | 55 | 0 | 1 | 121 | 5 | 73 | 130 | 70 |
| Binary | 11110010 | 11110000 | 101101 | 0 | 1 | 1010001 | 101 | 111011 | 1011000 | 111000 |
Color Harmonies of #F2F02D
Complementary color
Monochromatic Colors of #F2F02D
Black with #F2F02D
Text Example
Text Example
White with #F2F02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F02D; }
p { color: rgb(242,240,45); }
H1.HeaderClassName
{
color: #F2F02D;
}
.AnyTagClassName
{
color: #F2F02D;
}
</style>
background-color css
<style>
a { background-color: #F2F02D; }
a { background-color: rgb(242,240,45); }
div.DivClassName
{
background-color: #F2F02D;
}
.BgClassName
{
background-color: #F2F02D;
}
</style>
border-color css
<style>
span { border-color: #F2F02D; }
span { border-color: rgb(242,240,45); }
td.TdClassName
{
border-color: #F2F02D;
}
.TagClassName
{
border-color: #F2F02D;
}
</style>