Shades of Golden Fizz #F0F125
Tints of Golden Fizz #F0F125
RGB
CMYK
RGB Variations
Color information
#F0F125 (or 0xF0F125) is known color: Golden Fizz. HEX triplet: F0, F1 and 25. RGB value is (240,241,37). Sum of RGB (Red+Green+Blue) = 240+241+37=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 37 (14.84% from 255 or 7.14% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F125 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F125 is #0F0EDA. Grayscale: #DADADA. Windows color (decimal): -986843 or 2486768. OLE color: 2486768.
HSL color Cylindrical-coordinate representation of color #F0F125: hue angle of 60.29º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0F125 is Cyan = 0.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 37 | - |
| CMYK | 0.00 | 0 | 0.85 | 0.05 |
| HSL | 60.29º | 0.88% | 0.55% | - |
| HSV(B) | 60.29º | 0.85% | 0.95% | - |
| XYZ | 67.72 | 81.57 | 13.93 | - |
| YUV | 217.45 | 26.17 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 37 | 0.00 | 0 | 0.85 | 0.05 | 60.29 | 0.88 | 0.55 |
| Hex | F0 | F1 | 25 | 0 | 0 | 55 | 5 | 3C | 58 | 37 |
| Octal | 360 | 361 | 45 | 0 | 0 | 125 | 5 | 74 | 130 | 67 |
| Binary | 11110000 | 11110001 | 100101 | 0 | 0 | 1010101 | 101 | 111100 | 1011000 | 110111 |
Color Harmonies of #F0F125
Complementary color
Monochromatic Colors of #F0F125
Black with #F0F125
Text Example
Text Example
White with #F0F125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F125; }
p { color: rgb(240,241,37); }
H1.HeaderClassName
{
color: #F0F125;
}
.AnyTagClassName
{
color: #F0F125;
}
</style>
background-color css
<style>
a { background-color: #F0F125; }
a { background-color: rgb(240,241,37); }
div.DivClassName
{
background-color: #F0F125;
}
.BgClassName
{
background-color: #F0F125;
}
</style>
border-color css
<style>
span { border-color: #F0F125; }
span { border-color: rgb(240,241,37); }
td.TdClassName
{
border-color: #F0F125;
}
.TagClassName
{
border-color: #F0F125;
}
</style>