Shades of Golden Fizz #F5ED26
Tints of Golden Fizz #F5ED26
RGB
CMYK
RGB Variations
Color information
#F5ED26 (or 0xF5ED26) is known color: Golden Fizz. HEX triplet: F5, ED and 26. RGB value is (245,237,38). Sum of RGB (Red+Green+Blue) = 245+237+38=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 38 (15.23% from 255 or 7.31% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5ED26 is #0A12D9. Grayscale: #D9D9D9. Windows color (decimal): -660186 or 2551285. OLE color: 2551285.
HSL color Cylindrical-coordinate representation of color #F5ED26: hue angle of 57.68º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5ED26 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 38 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.04 |
| HSL | 57.68º | 0.91% | 0.55% | - |
| HSV(B) | 57.68º | 0.84% | 0.96% | - |
| XYZ | 68.29 | 80.12 | 13.7 | - |
| YUV | 216.71 | 27.15 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 38 | 0 | 0.03 | 0.84 | 0.04 | 57.68 | 0.91 | 0.55 |
| Hex | F5 | ED | 26 | 0 | 3 | 54 | 4 | 3A | 5B | 37 |
| Octal | 365 | 355 | 46 | 0 | 3 | 124 | 4 | 72 | 133 | 67 |
| Binary | 11110101 | 11101101 | 100110 | 0 | 11 | 1010100 | 100 | 111010 | 1011011 | 110111 |
Color Harmonies of #F5ED26
Complementary color
Monochromatic Colors of #F5ED26
Black with #F5ED26
Text Example
Text Example
White with #F5ED26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ED26; }
p { color: rgb(245,237,38); }
H1.HeaderClassName
{
color: #F5ED26;
}
.AnyTagClassName
{
color: #F5ED26;
}
</style>
background-color css
<style>
a { background-color: #F5ED26; }
a { background-color: rgb(245,237,38); }
div.DivClassName
{
background-color: #F5ED26;
}
.BgClassName
{
background-color: #F5ED26;
}
</style>
border-color css
<style>
span { border-color: #F5ED26; }
span { border-color: rgb(245,237,38); }
td.TdClassName
{
border-color: #F5ED26;
}
.TagClassName
{
border-color: #F5ED26;
}
</style>