Shades of Golden Fizz #F0F324
Tints of Golden Fizz #F0F324
RGB
CMYK
RGB Variations
Color information
#F0F324 (or 0xF0F324) is known color: Golden Fizz. HEX triplet: F0, F3 and 24. RGB value is (240,243,36). Sum of RGB (Red+Green+Blue) = 240+243+36=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 36 (14.45% from 255 or 6.94% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F324 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F324 is #0F0CDB. Grayscale: #DBDBDB. Windows color (decimal): -986332 or 2421744. OLE color: 2421744.
HSL color Cylindrical-coordinate representation of color #F0F324: 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 #F0F324 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 36 | - |
| 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.3 | 82.75 | 14.04 | - |
| YUV | 218.51 | 25.01 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 36 | 0.01 | 0 | 0.85 | 0.05 | 60.87 | 0.9 | 0.55 |
| Hex | F0 | F3 | 24 | 1 | 0 | 55 | 5 | 3D | 5A | 37 |
| Octal | 360 | 363 | 44 | 1 | 0 | 125 | 5 | 75 | 132 | 67 |
| Binary | 11110000 | 11110011 | 100100 | 1 | 0 | 1010101 | 101 | 111101 | 1011010 | 110111 |
Color Harmonies of #F0F324
Complementary color
Monochromatic Colors of #F0F324
Black with #F0F324
Text Example
Text Example
White with #F0F324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F324; }
p { color: rgb(240,243,36); }
H1.HeaderClassName
{
color: #F0F324;
}
.AnyTagClassName
{
color: #F0F324;
}
</style>
background-color css
<style>
a { background-color: #F0F324; }
a { background-color: rgb(240,243,36); }
div.DivClassName
{
background-color: #F0F324;
}
.BgClassName
{
background-color: #F0F324;
}
</style>
border-color css
<style>
span { border-color: #F0F324; }
span { border-color: rgb(240,243,36); }
td.TdClassName
{
border-color: #F0F324;
}
.TagClassName
{
border-color: #F0F324;
}
</style>