Shades of Golden Fizz #F2E527
Tints of Golden Fizz #F2E527
RGB
CMYK
RGB Variations
Color information
#F2E527 (or 0xF2E527) is known color: Golden Fizz. HEX triplet: F2, E5 and 27. RGB value is (242,229,39). Sum of RGB (Red+Green+Blue) = 242+229+39=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 39 (15.62% from 255 or 7.65% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E527 is #0D1AD8. Grayscale: #D3D3D3. Windows color (decimal): -858841 or 2614770. OLE color: 2614770.
HSL color Cylindrical-coordinate representation of color #F2E527: hue angle of 56.16º 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 #F2E527 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 39 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.05 |
| HSL | 56.16º | 0.89% | 0.55% | - |
| HSV(B) | 56.16º | 0.84% | 0.95% | - |
| XYZ | 65 | 75.06 | 12.98 | - |
| YUV | 211.23 | 30.81 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 39 | 0 | 0.05 | 0.84 | 0.05 | 56.16 | 0.89 | 0.55 |
| Hex | F2 | E5 | 27 | 0 | 5 | 54 | 5 | 38 | 59 | 37 |
| Octal | 362 | 345 | 47 | 0 | 5 | 124 | 5 | 70 | 131 | 67 |
| Binary | 11110010 | 11100101 | 100111 | 0 | 101 | 1010100 | 101 | 111000 | 1011001 | 110111 |
Color Harmonies of #F2E527
Complementary color
Monochromatic Colors of #F2E527
Black with #F2E527
Text Example
Text Example
White with #F2E527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E527; }
p { color: rgb(242,229,39); }
H1.HeaderClassName
{
color: #F2E527;
}
.AnyTagClassName
{
color: #F2E527;
}
</style>
background-color css
<style>
a { background-color: #F2E527; }
a { background-color: rgb(242,229,39); }
div.DivClassName
{
background-color: #F2E527;
}
.BgClassName
{
background-color: #F2E527;
}
</style>
border-color css
<style>
span { border-color: #F2E527; }
span { border-color: rgb(242,229,39); }
td.TdClassName
{
border-color: #F2E527;
}
.TagClassName
{
border-color: #F2E527;
}
</style>