Shades of Golden Fizz #F0F92B
Tints of Golden Fizz #F0F92B
RGB
CMYK
RGB Variations
Color information
#F0F92B (or 0xF0F92B) is known color: Golden Fizz. HEX triplet: F0, F9 and 2B. RGB value is (240,249,43). Sum of RGB (Red+Green+Blue) = 240+249+43=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 43 (17.19% from 255 or 8.08% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F92B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F92B is #0F06D4. Grayscale: #DFDFDF. Windows color (decimal): -984789 or 2882032. OLE color: 2882032.
HSL color Cylindrical-coordinate representation of color #F0F92B: hue angle of 62.62º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0F92B is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 43 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.02 |
| HSL | 62.62º | 0.94% | 0.57% | - |
| HSV(B) | 62.62º | 0.83% | 0.98% | - |
| XYZ | 70.25 | 86.45 | 15.27 | - |
| YUV | 222.83 | 26.52 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 43 | 0.04 | 0 | 0.83 | 0.02 | 62.62 | 0.94 | 0.57 |
| Hex | F0 | F9 | 2B | 4 | 0 | 53 | 2 | 3F | 5E | 39 |
| Octal | 360 | 371 | 53 | 4 | 0 | 123 | 2 | 77 | 136 | 71 |
| Binary | 11110000 | 11111001 | 101011 | 100 | 0 | 1010011 | 10 | 111111 | 1011110 | 111001 |
Color Harmonies of #F0F92B
Complementary color
Monochromatic Colors of #F0F92B
Black with #F0F92B
Text Example
Text Example
White with #F0F92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F92B; }
p { color: rgb(240,249,43); }
H1.HeaderClassName
{
color: #F0F92B;
}
.AnyTagClassName
{
color: #F0F92B;
}
</style>
background-color css
<style>
a { background-color: #F0F92B; }
a { background-color: rgb(240,249,43); }
div.DivClassName
{
background-color: #F0F92B;
}
.BgClassName
{
background-color: #F0F92B;
}
</style>
border-color css
<style>
span { border-color: #F0F92B; }
span { border-color: rgb(240,249,43); }
td.TdClassName
{
border-color: #F0F92B;
}
.TagClassName
{
border-color: #F0F92B;
}
</style>