Shades of Golden Fizz #F0F325
Tints of Golden Fizz #F0F325
RGB
CMYK
RGB Variations
Color information
#F0F325 (or 0xF0F325) is known color: Golden Fizz. HEX triplet: F0, F3 and 25. RGB value is (240,243,37). Sum of RGB (Red+Green+Blue) = 240+243+37=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 37 (14.84% from 255 or 7.12% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F325 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F325 is #0F0CDA. Grayscale: #DBDBDB. Windows color (decimal): -986331 or 2487280. OLE color: 2487280.
HSL color Cylindrical-coordinate representation of color #F0F325: hue angle of 60.87º 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 #F0F325 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 37 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.05 |
| HSL | 60.87º | 0.9% | 0.55% | - |
| HSV(B) | 60.87º | 0.85% | 0.95% | - |
| XYZ | 68.32 | 82.76 | 14.12 | - |
| YUV | 218.62 | 25.51 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 37 | 0.01 | 0 | 0.85 | 0.05 | 60.87 | 0.9 | 0.55 |
| Hex | F0 | F3 | 25 | 1 | 0 | 55 | 5 | 3D | 5A | 37 |
| Octal | 360 | 363 | 45 | 1 | 0 | 125 | 5 | 75 | 132 | 67 |
| Binary | 11110000 | 11110011 | 100101 | 1 | 0 | 1010101 | 101 | 111101 | 1011010 | 110111 |
Color Harmonies of #F0F325
Complementary color
Monochromatic Colors of #F0F325
Black with #F0F325
Text Example
Text Example
White with #F0F325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F325; }
p { color: rgb(240,243,37); }
H1.HeaderClassName
{
color: #F0F325;
}
.AnyTagClassName
{
color: #F0F325;
}
</style>
background-color css
<style>
a { background-color: #F0F325; }
a { background-color: rgb(240,243,37); }
div.DivClassName
{
background-color: #F0F325;
}
.BgClassName
{
background-color: #F0F325;
}
</style>
border-color css
<style>
span { border-color: #F0F325; }
span { border-color: rgb(240,243,37); }
td.TdClassName
{
border-color: #F0F325;
}
.TagClassName
{
border-color: #F0F325;
}
</style>