Shades of Golden Fizz #F5E622
Tints of Golden Fizz #F5E622
RGB
CMYK
RGB Variations
Color information
#F5E622 (or 0xF5E622) is known color: Golden Fizz. HEX triplet: F5, E6 and 22. RGB value is (245,230,34). Sum of RGB (Red+Green+Blue) = 245+230+34=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 34 (13.67% from 255 or 6.68% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E622 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E622 is #0A19DD. Grayscale: #D4D4D4. Windows color (decimal): -661982 or 2287349. OLE color: 2287349.
HSL color Cylindrical-coordinate representation of color #F5E622: hue angle of 55.73º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5E622 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 34 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.04 |
| HSL | 55.73º | 0.91% | 0.55% | - |
| HSV(B) | 55.73º | 0.86% | 0.96% | - |
| XYZ | 66.24 | 76.12 | 12.72 | - |
| YUV | 212.14 | 27.47 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 34 | 0 | 0.06 | 0.86 | 0.04 | 55.73 | 0.91 | 0.55 |
| Hex | F5 | E6 | 22 | 0 | 6 | 56 | 4 | 38 | 5B | 37 |
| Octal | 365 | 346 | 42 | 0 | 6 | 126 | 4 | 70 | 133 | 67 |
| Binary | 11110101 | 11100110 | 100010 | 0 | 110 | 1010110 | 100 | 111000 | 1011011 | 110111 |
Color Harmonies of #F5E622
Complementary color
Monochromatic Colors of #F5E622
Black with #F5E622
Text Example
Text Example
White with #F5E622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E622; }
p { color: rgb(245,230,34); }
H1.HeaderClassName
{
color: #F5E622;
}
.AnyTagClassName
{
color: #F5E622;
}
</style>
background-color css
<style>
a { background-color: #F5E622; }
a { background-color: rgb(245,230,34); }
div.DivClassName
{
background-color: #F5E622;
}
.BgClassName
{
background-color: #F5E622;
}
</style>
border-color css
<style>
span { border-color: #F5E622; }
span { border-color: rgb(245,230,34); }
td.TdClassName
{
border-color: #F5E622;
}
.TagClassName
{
border-color: #F5E622;
}
</style>