Shades of Golden Fizz #F0F326
Tints of Golden Fizz #F0F326
RGB
CMYK
RGB Variations
Color information
#F0F326 (or 0xF0F326) is known color: Golden Fizz. HEX triplet: F0, F3 and 26. RGB value is (240,243,38). Sum of RGB (Red+Green+Blue) = 240+243+38=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 38 (15.23% from 255 or 7.29% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F326 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F326 is #0F0CD9. Grayscale: #DBDBDB. Windows color (decimal): -986330 or 2552816. OLE color: 2552816.
HSL color Cylindrical-coordinate representation of color #F0F326: hue angle of 60.88º degrees, saturation: 0.9, 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 #F0F326 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 38 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.05 |
| HSL | 60.88º | 0.9% | 0.55% | - |
| HSV(B) | 60.88º | 0.84% | 0.95% | - |
| XYZ | 68.34 | 82.77 | 14.21 | - |
| YUV | 218.73 | 26.01 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 38 | 0.01 | 0 | 0.84 | 0.05 | 60.88 | 0.9 | 0.55 |
| Hex | F0 | F3 | 26 | 1 | 0 | 54 | 5 | 3D | 5A | 37 |
| Octal | 360 | 363 | 46 | 1 | 0 | 124 | 5 | 75 | 132 | 67 |
| Binary | 11110000 | 11110011 | 100110 | 1 | 0 | 1010100 | 101 | 111101 | 1011010 | 110111 |
Color Harmonies of #F0F326
Complementary color
Monochromatic Colors of #F0F326
Black with #F0F326
Text Example
Text Example
White with #F0F326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F326; }
p { color: rgb(240,243,38); }
H1.HeaderClassName
{
color: #F0F326;
}
.AnyTagClassName
{
color: #F0F326;
}
</style>
background-color css
<style>
a { background-color: #F0F326; }
a { background-color: rgb(240,243,38); }
div.DivClassName
{
background-color: #F0F326;
}
.BgClassName
{
background-color: #F0F326;
}
</style>
border-color css
<style>
span { border-color: #F0F326; }
span { border-color: rgb(240,243,38); }
td.TdClassName
{
border-color: #F0F326;
}
.TagClassName
{
border-color: #F0F326;
}
</style>