Shades of Golden Fizz #F3F325
Tints of Golden Fizz #F3F325
RGB
CMYK
RGB Variations
Color information
#F3F325 (or 0xF3F325) is known color: Golden Fizz. HEX triplet: F3, F3 and 25. RGB value is (243,243,37). Sum of RGB (Red+Green+Blue) = 243+243+37=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 37 (14.84% from 255 or 7.07% from 523); Max value from RGB is 243 - color contains mainly: red, green. Hex color #F3F325 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3F325 is #0C0CDA. Grayscale: #DCDCDC. Windows color (decimal): -789723 or 2487283. OLE color: 2487283.
HSL color Cylindrical-coordinate representation of color #F3F325: hue angle of 60º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3F325 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 243 | 37 | - |
| CMYK | 0 | 0 | 0.85 | 0.05 |
| HSL | 60º | 0.9% | 0.55% | - |
| HSV(B) | 60º | 0.85% | 0.95% | - |
| XYZ | 69.35 | 83.29 | 14.17 | - |
| YUV | 219.52 | 25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 243 | 37 | 0 | 0 | 0.85 | 0.05 | 60 | 0.9 | 0.55 |
| Hex | F3 | F3 | 25 | 0 | 0 | 55 | 5 | 3C | 5A | 37 |
| Octal | 363 | 363 | 45 | 0 | 0 | 125 | 5 | 74 | 132 | 67 |
| Binary | 11110011 | 11110011 | 100101 | 0 | 0 | 1010101 | 101 | 111100 | 1011010 | 110111 |
Color Harmonies of #F3F325
Complementary color
Monochromatic Colors of #F3F325
Black with #F3F325
Text Example
Text Example
White with #F3F325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F325; }
p { color: rgb(243,243,37); }
H1.HeaderClassName
{
color: #F3F325;
}
.AnyTagClassName
{
color: #F3F325;
}
</style>
background-color css
<style>
a { background-color: #F3F325; }
a { background-color: rgb(243,243,37); }
div.DivClassName
{
background-color: #F3F325;
}
.BgClassName
{
background-color: #F3F325;
}
</style>
border-color css
<style>
span { border-color: #F3F325; }
span { border-color: rgb(243,243,37); }
td.TdClassName
{
border-color: #F3F325;
}
.TagClassName
{
border-color: #F3F325;
}
</style>