Shades of Golden Fizz #F5E82B
Tints of Golden Fizz #F5E82B
RGB
CMYK
RGB Variations
Color information
#F5E82B (or 0xF5E82B) is known color: Golden Fizz. HEX triplet: F5, E8 and 2B. RGB value is (245,232,43). Sum of RGB (Red+Green+Blue) = 245+232+43=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 43 (17.19% from 255 or 8.27% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E82B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E82B is #0A17D4. Grayscale: #D7D7D7. Windows color (decimal): -661461 or 2877685. OLE color: 2877685.
HSL color Cylindrical-coordinate representation of color #F5E82B: hue angle of 56.14º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5E82B is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 43 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.04 |
| HSL | 56.14º | 0.91% | 0.56% | - |
| HSV(B) | 56.14º | 0.82% | 0.96% | - |
| XYZ | 66.95 | 77.3 | 13.68 | - |
| YUV | 214.34 | 31.31 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 43 | 0 | 0.05 | 0.82 | 0.04 | 56.14 | 0.91 | 0.56 |
| Hex | F5 | E8 | 2B | 0 | 5 | 52 | 4 | 38 | 5B | 38 |
| Octal | 365 | 350 | 53 | 0 | 5 | 122 | 4 | 70 | 133 | 70 |
| Binary | 11110101 | 11101000 | 101011 | 0 | 101 | 1010010 | 100 | 111000 | 1011011 | 111000 |
Color Harmonies of #F5E82B
Complementary color
Monochromatic Colors of #F5E82B
Black with #F5E82B
Text Example
Text Example
White with #F5E82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E82B; }
p { color: rgb(245,232,43); }
H1.HeaderClassName
{
color: #F5E82B;
}
.AnyTagClassName
{
color: #F5E82B;
}
</style>
background-color css
<style>
a { background-color: #F5E82B; }
a { background-color: rgb(245,232,43); }
div.DivClassName
{
background-color: #F5E82B;
}
.BgClassName
{
background-color: #F5E82B;
}
</style>
border-color css
<style>
span { border-color: #F5E82B; }
span { border-color: rgb(245,232,43); }
td.TdClassName
{
border-color: #F5E82B;
}
.TagClassName
{
border-color: #F5E82B;
}
</style>