Shades of Golden Fizz #F0F328
Tints of Golden Fizz #F0F328
RGB
CMYK
RGB Variations
Color information
#F0F328 (or 0xF0F328) is known color: Golden Fizz. HEX triplet: F0, F3 and 28. RGB value is (240,243,40). Sum of RGB (Red+Green+Blue) = 240+243+40=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 40 (16.02% from 255 or 7.65% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F328 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F328 is #0F0CD7. Grayscale: #DBDBDB. Windows color (decimal): -986328 or 2683888. OLE color: 2683888.
HSL color Cylindrical-coordinate representation of color #F0F328: hue angle of 60.89º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0F328 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 40 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.05 |
| HSL | 60.89º | 0.89% | 0.55% | - |
| HSV(B) | 60.89º | 0.84% | 0.95% | - |
| XYZ | 68.37 | 82.78 | 14.38 | - |
| YUV | 218.96 | 27.01 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 40 | 0.01 | 0 | 0.84 | 0.05 | 60.89 | 0.89 | 0.55 |
| Hex | F0 | F3 | 28 | 1 | 0 | 54 | 5 | 3D | 59 | 37 |
| Octal | 360 | 363 | 50 | 1 | 0 | 124 | 5 | 75 | 131 | 67 |
| Binary | 11110000 | 11110011 | 101000 | 1 | 0 | 1010100 | 101 | 111101 | 1011001 | 110111 |
Color Harmonies of #F0F328
Complementary color
Monochromatic Colors of #F0F328
Black with #F0F328
Text Example
Text Example
White with #F0F328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F328; }
p { color: rgb(240,243,40); }
H1.HeaderClassName
{
color: #F0F328;
}
.AnyTagClassName
{
color: #F0F328;
}
</style>
background-color css
<style>
a { background-color: #F0F328; }
a { background-color: rgb(240,243,40); }
div.DivClassName
{
background-color: #F0F328;
}
.BgClassName
{
background-color: #F0F328;
}
</style>
border-color css
<style>
span { border-color: #F0F328; }
span { border-color: rgb(240,243,40); }
td.TdClassName
{
border-color: #F0F328;
}
.TagClassName
{
border-color: #F0F328;
}
</style>