Shades of Golden Fizz #F0F23A
Tints of Golden Fizz #F0F23A
RGB
CMYK
RGB Variations
Color information
#F0F23A (or 0xF0F23A) is known color: Golden Fizz. HEX triplet: F0, F2 and 3A. RGB value is (240,242,58). Sum of RGB (Red+Green+Blue) = 240+242+58=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 58 (23.05% from 255 or 10.74% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F23A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F23A is #0F0DC5. Grayscale: #DDDDDD. Windows color (decimal): -986566 or 3863280. OLE color: 3863280.
HSL color Cylindrical-coordinate representation of color #F0F23A: hue angle of 60.65º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0F23A is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 58 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.05 |
| HSL | 60.65º | 0.88% | 0.59% | - |
| HSV(B) | 60.65º | 0.76% | 0.95% | - |
| XYZ | 68.45 | 82.34 | 16.29 | - |
| YUV | 220.43 | 36.34 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 58 | 0.01 | 0 | 0.76 | 0.05 | 60.65 | 0.88 | 0.59 |
| Hex | F0 | F2 | 3A | 1 | 0 | 4C | 5 | 3D | 58 | 3B |
| Octal | 360 | 362 | 72 | 1 | 0 | 114 | 5 | 75 | 130 | 73 |
| Binary | 11110000 | 11110010 | 111010 | 1 | 0 | 1001100 | 101 | 111101 | 1011000 | 111011 |
Color Harmonies of #F0F23A
Complementary color
Monochromatic Colors of #F0F23A
Black with #F0F23A
Text Example
Text Example
White with #F0F23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F23A; }
p { color: rgb(240,242,58); }
H1.HeaderClassName
{
color: #F0F23A;
}
.AnyTagClassName
{
color: #F0F23A;
}
</style>
background-color css
<style>
a { background-color: #F0F23A; }
a { background-color: rgb(240,242,58); }
div.DivClassName
{
background-color: #F0F23A;
}
.BgClassName
{
background-color: #F0F23A;
}
</style>
border-color css
<style>
span { border-color: #F0F23A; }
span { border-color: rgb(240,242,58); }
td.TdClassName
{
border-color: #F0F23A;
}
.TagClassName
{
border-color: #F0F23A;
}
</style>