Shades of Golden Fizz #F0DF25
Tints of Golden Fizz #F0DF25
RGB
CMYK
RGB Variations
Color information
#F0DF25 (or 0xF0DF25) is known color: Golden Fizz. HEX triplet: F0, DF and 25. RGB value is (240,223,37). Sum of RGB (Red+Green+Blue) = 240+223+37=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 37 (14.84% from 255 or 7.4% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DF25 is #0F20DA. Grayscale: #CFCFCF. Windows color (decimal): -991451 or 2482160. OLE color: 2482160.
HSL color Cylindrical-coordinate representation of color #F0DF25: hue angle of 54.98º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0DF25 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 37 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.06 |
| HSL | 54.98º | 0.87% | 0.54% | - |
| HSV(B) | 54.98º | 0.85% | 0.94% | - |
| XYZ | 62.66 | 71.43 | 12.24 | - |
| YUV | 206.88 | 32.13 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 37 | 0 | 0.07 | 0.85 | 0.06 | 54.98 | 0.87 | 0.54 |
| Hex | F0 | DF | 25 | 0 | 7 | 55 | 6 | 37 | 57 | 36 |
| Octal | 360 | 337 | 45 | 0 | 7 | 125 | 6 | 67 | 127 | 66 |
| Binary | 11110000 | 11011111 | 100101 | 0 | 111 | 1010101 | 110 | 110111 | 1010111 | 110110 |
Color Harmonies of #F0DF25
Complementary color
Monochromatic Colors of #F0DF25
Black with #F0DF25
Text Example
Text Example
White with #F0DF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF25; }
p { color: rgb(240,223,37); }
H1.HeaderClassName
{
color: #F0DF25;
}
.AnyTagClassName
{
color: #F0DF25;
}
</style>
background-color css
<style>
a { background-color: #F0DF25; }
a { background-color: rgb(240,223,37); }
div.DivClassName
{
background-color: #F0DF25;
}
.BgClassName
{
background-color: #F0DF25;
}
</style>
border-color css
<style>
span { border-color: #F0DF25; }
span { border-color: rgb(240,223,37); }
td.TdClassName
{
border-color: #F0DF25;
}
.TagClassName
{
border-color: #F0DF25;
}
</style>