Shades of Golden Fizz #F1F430
Tints of Golden Fizz #F1F430
RGB
CMYK
RGB Variations
Color information
#F1F430 (or 0xF1F430) is known color: Golden Fizz. HEX triplet: F1, F4 and 30. RGB value is (241,244,48). Sum of RGB (Red+Green+Blue) = 241+244+48=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 48 (19.14% from 255 or 9.01% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F430 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F430 is #0E0BCF. Grayscale: #DDDDDD. Windows color (decimal): -920528 or 3208433. OLE color: 3208433.
HSL color Cylindrical-coordinate representation of color #F1F430: hue angle of 60.92º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1F430 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 244 | 48 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.04 |
| HSL | 60.92º | 0.9% | 0.57% | - |
| HSV(B) | 60.92º | 0.8% | 0.96% | - |
| XYZ | 69.16 | 83.62 | 15.29 | - |
| YUV | 220.76 | 30.51 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 244 | 48 | 0.01 | 0 | 0.80 | 0.04 | 60.92 | 0.9 | 0.57 |
| Hex | F1 | F4 | 30 | 1 | 0 | 50 | 4 | 3D | 5A | 39 |
| Octal | 361 | 364 | 60 | 1 | 0 | 120 | 4 | 75 | 132 | 71 |
| Binary | 11110001 | 11110100 | 110000 | 1 | 0 | 1010000 | 100 | 111101 | 1011010 | 111001 |
Color Harmonies of #F1F430
Complementary color
Monochromatic Colors of #F1F430
Black with #F1F430
Text Example
Text Example
White with #F1F430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F430; }
p { color: rgb(241,244,48); }
H1.HeaderClassName
{
color: #F1F430;
}
.AnyTagClassName
{
color: #F1F430;
}
</style>
background-color css
<style>
a { background-color: #F1F430; }
a { background-color: rgb(241,244,48); }
div.DivClassName
{
background-color: #F1F430;
}
.BgClassName
{
background-color: #F1F430;
}
</style>
border-color css
<style>
span { border-color: #F1F430; }
span { border-color: rgb(241,244,48); }
td.TdClassName
{
border-color: #F1F430;
}
.TagClassName
{
border-color: #F1F430;
}
</style>