Shades of Golden Fizz #F0EF30
Tints of Golden Fizz #F0EF30
RGB
CMYK
RGB Variations
Color information
#F0EF30 (or 0xF0EF30) is known color: Golden Fizz. HEX triplet: F0, EF and 30. RGB value is (240,239,48). Sum of RGB (Red+Green+Blue) = 240+239+48=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 48 (19.14% from 255 or 9.11% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EF30 is #0F10CF. Grayscale: #DADADA. Windows color (decimal): -987344 or 3207152. OLE color: 3207152.
HSL color Cylindrical-coordinate representation of color #F0EF30: hue angle of 59.69º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0EF30 is Cyan = 0, Magento = 0.00, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 48 | - |
| CMYK | 0 | 0.00 | 0.8 | 0.06 |
| HSL | 59.69º | 0.86% | 0.56% | - |
| HSV(B) | 59.69º | 0.8% | 0.94% | - |
| XYZ | 67.34 | 80.47 | 14.78 | - |
| YUV | 217.53 | 32.33 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 48 | 0 | 0.00 | 0.8 | 0.06 | 59.69 | 0.86 | 0.56 |
| Hex | F0 | EF | 30 | 0 | 0 | 50 | 6 | 3C | 56 | 38 |
| Octal | 360 | 357 | 60 | 0 | 0 | 120 | 6 | 74 | 126 | 70 |
| Binary | 11110000 | 11101111 | 110000 | 0 | 0 | 1010000 | 110 | 111100 | 1010110 | 111000 |
Color Harmonies of #F0EF30
Complementary color
Monochromatic Colors of #F0EF30
Black with #F0EF30
Text Example
Text Example
White with #F0EF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EF30; }
p { color: rgb(240,239,48); }
H1.HeaderClassName
{
color: #F0EF30;
}
.AnyTagClassName
{
color: #F0EF30;
}
</style>
background-color css
<style>
a { background-color: #F0EF30; }
a { background-color: rgb(240,239,48); }
div.DivClassName
{
background-color: #F0EF30;
}
.BgClassName
{
background-color: #F0EF30;
}
</style>
border-color css
<style>
span { border-color: #F0EF30; }
span { border-color: rgb(240,239,48); }
td.TdClassName
{
border-color: #F0EF30;
}
.TagClassName
{
border-color: #F0EF30;
}
</style>