Shades of Golden Fizz #F3E130
Tints of Golden Fizz #F3E130
RGB
CMYK
RGB Variations
Color information
#F3E130 (or 0xF3E130) is known color: Golden Fizz. HEX triplet: F3, E1 and 30. RGB value is (243,225,48). Sum of RGB (Red+Green+Blue) = 243+225+48=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 48 (19.14% from 255 or 9.30% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3E130 is #0C1ECF. Grayscale: #D2D2D2. Windows color (decimal): -794320 or 3203571. OLE color: 3203571.
HSL color Cylindrical-coordinate representation of color #F3E130: hue angle of 54.46º 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 #F3E130 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 225 | 48 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.05 |
| HSL | 54.46º | 0.89% | 0.57% | - |
| HSV(B) | 54.46º | 0.8% | 0.95% | - |
| XYZ | 64.42 | 73.12 | 13.51 | - |
| YUV | 210.2 | 36.46 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 225 | 48 | 0 | 0.07 | 0.80 | 0.05 | 54.46 | 0.89 | 0.57 |
| Hex | F3 | E1 | 30 | 0 | 7 | 50 | 5 | 36 | 59 | 39 |
| Octal | 363 | 341 | 60 | 0 | 7 | 120 | 5 | 66 | 131 | 71 |
| Binary | 11110011 | 11100001 | 110000 | 0 | 111 | 1010000 | 101 | 110110 | 1011001 | 111001 |
Color Harmonies of #F3E130
Complementary color
Monochromatic Colors of #F3E130
Black with #F3E130
Text Example
Text Example
White with #F3E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E130; }
p { color: rgb(243,225,48); }
H1.HeaderClassName
{
color: #F3E130;
}
.AnyTagClassName
{
color: #F3E130;
}
</style>
background-color css
<style>
a { background-color: #F3E130; }
a { background-color: rgb(243,225,48); }
div.DivClassName
{
background-color: #F3E130;
}
.BgClassName
{
background-color: #F3E130;
}
</style>
border-color css
<style>
span { border-color: #F3E130; }
span { border-color: rgb(243,225,48); }
td.TdClassName
{
border-color: #F3E130;
}
.TagClassName
{
border-color: #F3E130;
}
</style>