Shades of Golden Fizz #F3ED30
Tints of Golden Fizz #F3ED30
RGB
CMYK
RGB Variations
Color information
#F3ED30 (or 0xF3ED30) is known color: Golden Fizz. HEX triplet: F3, ED and 30. RGB value is (243,237,48). Sum of RGB (Red+Green+Blue) = 243+237+48=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 48 (19.14% from 255 or 9.09% from 528); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ED30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3ED30 is #0C12CF. Grayscale: #DADADA. Windows color (decimal): -791248 or 3206643. OLE color: 3206643.
HSL color Cylindrical-coordinate representation of color #F3ED30: hue angle of 58.15º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3ED30 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 237 | 48 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.05 |
| HSL | 58.15º | 0.89% | 0.57% | - |
| HSV(B) | 58.15º | 0.8% | 0.95% | - |
| XYZ | 67.78 | 79.84 | 14.63 | - |
| YUV | 217.25 | 32.49 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 237 | 48 | 0 | 0.02 | 0.80 | 0.05 | 58.15 | 0.89 | 0.57 |
| Hex | F3 | ED | 30 | 0 | 2 | 50 | 5 | 3A | 59 | 39 |
| Octal | 363 | 355 | 60 | 0 | 2 | 120 | 5 | 72 | 131 | 71 |
| Binary | 11110011 | 11101101 | 110000 | 0 | 10 | 1010000 | 101 | 111010 | 1011001 | 111001 |
Color Harmonies of #F3ED30
Complementary color
Monochromatic Colors of #F3ED30
Black with #F3ED30
Text Example
Text Example
White with #F3ED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ED30; }
p { color: rgb(243,237,48); }
H1.HeaderClassName
{
color: #F3ED30;
}
.AnyTagClassName
{
color: #F3ED30;
}
</style>
background-color css
<style>
a { background-color: #F3ED30; }
a { background-color: rgb(243,237,48); }
div.DivClassName
{
background-color: #F3ED30;
}
.BgClassName
{
background-color: #F3ED30;
}
</style>
border-color css
<style>
span { border-color: #F3ED30; }
span { border-color: rgb(243,237,48); }
td.TdClassName
{
border-color: #F3ED30;
}
.TagClassName
{
border-color: #F3ED30;
}
</style>