Shades of Golden Fizz #F0FA2B
Tints of Golden Fizz #F0FA2B
RGB
CMYK
RGB Variations
Color information
#F0FA2B (or 0xF0FA2B) is known color: Golden Fizz. HEX triplet: F0, FA and 2B. RGB value is (240,250,43). Sum of RGB (Red+Green+Blue) = 240+250+43=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 43 (17.19% from 255 or 8.07% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FA2B is #0F05D4. Grayscale: #E0E0E0. Windows color (decimal): -984533 or 2882288. OLE color: 2882288.
HSL color Cylindrical-coordinate representation of color #F0FA2B: hue angle of 62.9º degrees, saturation: 0.95, 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 #F0FA2B is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 43 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.02 |
| HSL | 62.9º | 0.95% | 0.57% | - |
| HSV(B) | 62.9º | 0.83% | 0.98% | - |
| XYZ | 70.56 | 87.07 | 15.37 | - |
| YUV | 223.41 | 26.19 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 43 | 0.04 | 0 | 0.83 | 0.02 | 62.9 | 0.95 | 0.57 |
| Hex | F0 | FA | 2B | 4 | 0 | 53 | 2 | 3F | 5F | 39 |
| Octal | 360 | 372 | 53 | 4 | 0 | 123 | 2 | 77 | 137 | 71 |
| Binary | 11110000 | 11111010 | 101011 | 100 | 0 | 1010011 | 10 | 111111 | 1011111 | 111001 |
Color Harmonies of #F0FA2B
Complementary color
Monochromatic Colors of #F0FA2B
Black with #F0FA2B
Text Example
Text Example
White with #F0FA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA2B; }
p { color: rgb(240,250,43); }
H1.HeaderClassName
{
color: #F0FA2B;
}
.AnyTagClassName
{
color: #F0FA2B;
}
</style>
background-color css
<style>
a { background-color: #F0FA2B; }
a { background-color: rgb(240,250,43); }
div.DivClassName
{
background-color: #F0FA2B;
}
.BgClassName
{
background-color: #F0FA2B;
}
</style>
border-color css
<style>
span { border-color: #F0FA2B; }
span { border-color: rgb(240,250,43); }
td.TdClassName
{
border-color: #F0FA2B;
}
.TagClassName
{
border-color: #F0FA2B;
}
</style>