Shades of Golden Fizz #F1D830
Tints of Golden Fizz #F1D830
RGB
CMYK
RGB Variations
Color information
#F1D830 (or 0xF1D830) is known color: Golden Fizz. HEX triplet: F1, D8 and 30. RGB value is (241,216,48). Sum of RGB (Red+Green+Blue) = 241+216+48=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 48 (19.14% from 255 or 9.50% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D830 is #0E27CF. Grayscale: #CDCDCD. Windows color (decimal): -927696 or 3201265. OLE color: 3201265.
HSL color Cylindrical-coordinate representation of color #F1D830: hue angle of 52.23º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1D830 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 48 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.05 |
| HSL | 52.23º | 0.87% | 0.57% | - |
| HSV(B) | 52.23º | 0.8% | 0.95% | - |
| XYZ | 61.37 | 68.03 | 12.69 | - |
| YUV | 204.32 | 39.78 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 48 | 0 | 0.10 | 0.80 | 0.05 | 52.23 | 0.87 | 0.57 |
| Hex | F1 | D8 | 30 | 0 | A | 50 | 5 | 34 | 57 | 39 |
| Octal | 361 | 330 | 60 | 0 | 12 | 120 | 5 | 64 | 127 | 71 |
| Binary | 11110001 | 11011000 | 110000 | 0 | 1010 | 1010000 | 101 | 110100 | 1010111 | 111001 |
Color Harmonies of #F1D830
Complementary color
Monochromatic Colors of #F1D830
Black with #F1D830
Text Example
Text Example
White with #F1D830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D830; }
p { color: rgb(241,216,48); }
H1.HeaderClassName
{
color: #F1D830;
}
.AnyTagClassName
{
color: #F1D830;
}
</style>
background-color css
<style>
a { background-color: #F1D830; }
a { background-color: rgb(241,216,48); }
div.DivClassName
{
background-color: #F1D830;
}
.BgClassName
{
background-color: #F1D830;
}
</style>
border-color css
<style>
span { border-color: #F1D830; }
span { border-color: rgb(241,216,48); }
td.TdClassName
{
border-color: #F1D830;
}
.TagClassName
{
border-color: #F1D830;
}
</style>