Shades of Golden Fizz #F0F32C
Tints of Golden Fizz #F0F32C
RGB
CMYK
RGB Variations
Color information
#F0F32C (or 0xF0F32C) is known color: Golden Fizz. HEX triplet: F0, F3 and 2C. RGB value is (240,243,44). Sum of RGB (Red+Green+Blue) = 240+243+44=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 44 (17.58% from 255 or 8.35% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F32C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F32C is #0F0CD3. Grayscale: #DCDCDC. Windows color (decimal): -986324 or 2946032. OLE color: 2946032.
HSL color Cylindrical-coordinate representation of color #F0F32C: hue angle of 60.9º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0F32C is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 44 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.05 |
| HSL | 60.9º | 0.89% | 0.56% | - |
| HSV(B) | 60.9º | 0.82% | 0.95% | - |
| XYZ | 68.44 | 82.81 | 14.76 | - |
| YUV | 219.42 | 29.01 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 44 | 0.01 | 0 | 0.82 | 0.05 | 60.9 | 0.89 | 0.56 |
| Hex | F0 | F3 | 2C | 1 | 0 | 52 | 5 | 3D | 59 | 38 |
| Octal | 360 | 363 | 54 | 1 | 0 | 122 | 5 | 75 | 131 | 70 |
| Binary | 11110000 | 11110011 | 101100 | 1 | 0 | 1010010 | 101 | 111101 | 1011001 | 111000 |
Color Harmonies of #F0F32C
Complementary color
Monochromatic Colors of #F0F32C
Black with #F0F32C
Text Example
Text Example
White with #F0F32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F32C; }
p { color: rgb(240,243,44); }
H1.HeaderClassName
{
color: #F0F32C;
}
.AnyTagClassName
{
color: #F0F32C;
}
</style>
background-color css
<style>
a { background-color: #F0F32C; }
a { background-color: rgb(240,243,44); }
div.DivClassName
{
background-color: #F0F32C;
}
.BgClassName
{
background-color: #F0F32C;
}
</style>
border-color css
<style>
span { border-color: #F0F32C; }
span { border-color: rgb(240,243,44); }
td.TdClassName
{
border-color: #F0F32C;
}
.TagClassName
{
border-color: #F0F32C;
}
</style>