Shades of Golden Fizz #F1D43B
Tints of Golden Fizz #F1D43B
RGB
CMYK
RGB Variations
Color information
#F1D43B (or 0xF1D43B) is known color: Golden Fizz. HEX triplet: F1, D4 and 3B. RGB value is (241,212,59). Sum of RGB (Red+Green+Blue) = 241+212+59=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 59 (23.44% from 255 or 11.52% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D43B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D43B is #0E2BC4. Grayscale: #CBCBCB. Windows color (decimal): -928709 or 3921137. OLE color: 3921137.
HSL color Cylindrical-coordinate representation of color #F1D43B: hue angle of 50.44º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1D43B is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 59 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.05 |
| HSL | 50.44º | 0.87% | 0.59% | - |
| HSV(B) | 50.44º | 0.76% | 0.95% | - |
| XYZ | 60.61 | 66.1 | 13.7 | - |
| YUV | 203.23 | 46.61 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 59 | 0 | 0.12 | 0.76 | 0.05 | 50.44 | 0.87 | 0.59 |
| Hex | F1 | D4 | 3B | 0 | C | 4C | 5 | 32 | 57 | 3B |
| Octal | 361 | 324 | 73 | 0 | 14 | 114 | 5 | 62 | 127 | 73 |
| Binary | 11110001 | 11010100 | 111011 | 0 | 1100 | 1001100 | 101 | 110010 | 1010111 | 111011 |
Color Harmonies of #F1D43B
Complementary color
Monochromatic Colors of #F1D43B
Black with #F1D43B
Text Example
Text Example
White with #F1D43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D43B; }
p { color: rgb(241,212,59); }
H1.HeaderClassName
{
color: #F1D43B;
}
.AnyTagClassName
{
color: #F1D43B;
}
</style>
background-color css
<style>
a { background-color: #F1D43B; }
a { background-color: rgb(241,212,59); }
div.DivClassName
{
background-color: #F1D43B;
}
.BgClassName
{
background-color: #F1D43B;
}
</style>
border-color css
<style>
span { border-color: #F1D43B; }
span { border-color: rgb(241,212,59); }
td.TdClassName
{
border-color: #F1D43B;
}
.TagClassName
{
border-color: #F1D43B;
}
</style>