Shades of Golden Fizz #F5E22A
Tints of Golden Fizz #F5E22A
RGB
CMYK
RGB Variations
Color information
#F5E22A (or 0xF5E22A) is known color: Golden Fizz. HEX triplet: F5, E2 and 2A. RGB value is (245,226,42). Sum of RGB (Red+Green+Blue) = 245+226+42=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 42 (16.80% from 255 or 8.19% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E22A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E22A is #0A1DD5. Grayscale: #D3D3D3. Windows color (decimal): -662998 or 2810613. OLE color: 2810613.
HSL color Cylindrical-coordinate representation of color #F5E22A: hue angle of 54.38º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5E22A is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 42 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.04 |
| HSL | 54.38º | 0.91% | 0.56% | - |
| HSV(B) | 54.38º | 0.83% | 0.96% | - |
| XYZ | 65.27 | 73.97 | 13.03 | - |
| YUV | 210.71 | 32.79 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 42 | 0 | 0.08 | 0.83 | 0.04 | 54.38 | 0.91 | 0.56 |
| Hex | F5 | E2 | 2A | 0 | 8 | 53 | 4 | 36 | 5B | 38 |
| Octal | 365 | 342 | 52 | 0 | 10 | 123 | 4 | 66 | 133 | 70 |
| Binary | 11110101 | 11100010 | 101010 | 0 | 1000 | 1010011 | 100 | 110110 | 1011011 | 111000 |
Color Harmonies of #F5E22A
Complementary color
Monochromatic Colors of #F5E22A
Black with #F5E22A
Text Example
Text Example
White with #F5E22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E22A; }
p { color: rgb(245,226,42); }
H1.HeaderClassName
{
color: #F5E22A;
}
.AnyTagClassName
{
color: #F5E22A;
}
</style>
background-color css
<style>
a { background-color: #F5E22A; }
a { background-color: rgb(245,226,42); }
div.DivClassName
{
background-color: #F5E22A;
}
.BgClassName
{
background-color: #F5E22A;
}
</style>
border-color css
<style>
span { border-color: #F5E22A; }
span { border-color: rgb(245,226,42); }
td.TdClassName
{
border-color: #F5E22A;
}
.TagClassName
{
border-color: #F5E22A;
}
</style>