Shades of Golden Fizz #F2F927
Tints of Golden Fizz #F2F927
RGB
CMYK
RGB Variations
Color information
#F2F927 (or 0xF2F927) is known color: Golden Fizz. HEX triplet: F2, F9 and 27. RGB value is (242,249,39). Sum of RGB (Red+Green+Blue) = 242+249+39=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 39 (15.62% from 255 or 7.36% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F927 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F927 is #0D06D8. Grayscale: #DFDFDF. Windows color (decimal): -853721 or 2619890. OLE color: 2619890.
HSL color Cylindrical-coordinate representation of color #F2F927: hue angle of 62º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2F927 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 39 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.02 |
| HSL | 62º | 0.95% | 0.56% | - |
| HSV(B) | 62º | 0.84% | 0.98% | - |
| XYZ | 70.86 | 86.78 | 14.93 | - |
| YUV | 222.97 | 24.18 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 39 | 0.03 | 0 | 0.84 | 0.02 | 62 | 0.95 | 0.56 |
| Hex | F2 | F9 | 27 | 3 | 0 | 54 | 2 | 3E | 5F | 38 |
| Octal | 362 | 371 | 47 | 3 | 0 | 124 | 2 | 76 | 137 | 70 |
| Binary | 11110010 | 11111001 | 100111 | 11 | 0 | 1010100 | 10 | 111110 | 1011111 | 111000 |
Color Harmonies of #F2F927
Complementary color
Monochromatic Colors of #F2F927
Black with #F2F927
Text Example
Text Example
White with #F2F927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F927; }
p { color: rgb(242,249,39); }
H1.HeaderClassName
{
color: #F2F927;
}
.AnyTagClassName
{
color: #F2F927;
}
</style>
background-color css
<style>
a { background-color: #F2F927; }
a { background-color: rgb(242,249,39); }
div.DivClassName
{
background-color: #F2F927;
}
.BgClassName
{
background-color: #F2F927;
}
</style>
border-color css
<style>
span { border-color: #F2F927; }
span { border-color: rgb(242,249,39); }
td.TdClassName
{
border-color: #F2F927;
}
.TagClassName
{
border-color: #F2F927;
}
</style>