Shades of Golden Fizz #F0F92A
Tints of Golden Fizz #F0F92A
RGB
CMYK
RGB Variations
Color information
#F0F92A (or 0xF0F92A) is known color: Golden Fizz. HEX triplet: F0, F9 and 2A. RGB value is (240,249,42). Sum of RGB (Red+Green+Blue) = 240+249+42=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 42 (16.80% from 255 or 7.91% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F92A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F92A is #0F06D5. Grayscale: #DFDFDF. Windows color (decimal): -984790 or 2816496. OLE color: 2816496.
HSL color Cylindrical-coordinate representation of color #F0F92A: hue angle of 62.61º 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 #F0F92A is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 42 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.02 |
| HSL | 62.61º | 0.95% | 0.57% | - |
| HSV(B) | 62.61º | 0.83% | 0.98% | - |
| XYZ | 70.23 | 86.44 | 15.17 | - |
| YUV | 222.71 | 26.02 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 42 | 0.04 | 0 | 0.83 | 0.02 | 62.61 | 0.95 | 0.57 |
| Hex | F0 | F9 | 2A | 4 | 0 | 53 | 2 | 3F | 5F | 39 |
| Octal | 360 | 371 | 52 | 4 | 0 | 123 | 2 | 77 | 137 | 71 |
| Binary | 11110000 | 11111001 | 101010 | 100 | 0 | 1010011 | 10 | 111111 | 1011111 | 111001 |
Color Harmonies of #F0F92A
Complementary color
Monochromatic Colors of #F0F92A
Black with #F0F92A
Text Example
Text Example
White with #F0F92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F92A; }
p { color: rgb(240,249,42); }
H1.HeaderClassName
{
color: #F0F92A;
}
.AnyTagClassName
{
color: #F0F92A;
}
</style>
background-color css
<style>
a { background-color: #F0F92A; }
a { background-color: rgb(240,249,42); }
div.DivClassName
{
background-color: #F0F92A;
}
.BgClassName
{
background-color: #F0F92A;
}
</style>
border-color css
<style>
span { border-color: #F0F92A; }
span { border-color: rgb(240,249,42); }
td.TdClassName
{
border-color: #F0F92A;
}
.TagClassName
{
border-color: #F0F92A;
}
</style>