Shades of Golden Fizz #F2F127
Tints of Golden Fizz #F2F127
RGB
CMYK
RGB Variations
Color information
#F2F127 (or 0xF2F127) is known color: Golden Fizz. HEX triplet: F2, F1 and 27. RGB value is (242,241,39). Sum of RGB (Red+Green+Blue) = 242+241+39=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 39 (15.62% from 255 or 7.47% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F127 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F127 is #0D0ED8. Grayscale: #DBDBDB. Windows color (decimal): -855769 or 2617842. OLE color: 2617842.
HSL color Cylindrical-coordinate representation of color #F2F127: hue angle of 59.7º degrees, saturation: 0.89, 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 #F2F127 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 39 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.05 |
| HSL | 59.7º | 0.89% | 0.55% | - |
| HSV(B) | 59.7º | 0.84% | 0.95% | - |
| XYZ | 68.44 | 81.93 | 14.13 | - |
| YUV | 218.27 | 26.83 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 39 | 0 | 0.00 | 0.84 | 0.05 | 59.7 | 0.89 | 0.55 |
| Hex | F2 | F1 | 27 | 0 | 0 | 54 | 5 | 3C | 59 | 37 |
| Octal | 362 | 361 | 47 | 0 | 0 | 124 | 5 | 74 | 131 | 67 |
| Binary | 11110010 | 11110001 | 100111 | 0 | 0 | 1010100 | 101 | 111100 | 1011001 | 110111 |
Color Harmonies of #F2F127
Complementary color
Monochromatic Colors of #F2F127
Black with #F2F127
Text Example
Text Example
White with #F2F127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F127; }
p { color: rgb(242,241,39); }
H1.HeaderClassName
{
color: #F2F127;
}
.AnyTagClassName
{
color: #F2F127;
}
</style>
background-color css
<style>
a { background-color: #F2F127; }
a { background-color: rgb(242,241,39); }
div.DivClassName
{
background-color: #F2F127;
}
.BgClassName
{
background-color: #F2F127;
}
</style>
border-color css
<style>
span { border-color: #F2F127; }
span { border-color: rgb(242,241,39); }
td.TdClassName
{
border-color: #F2F127;
}
.TagClassName
{
border-color: #F2F127;
}
</style>