Shades of Golden Fizz #F1DB2B
Tints of Golden Fizz #F1DB2B
RGB
CMYK
RGB Variations
Color information
#F1DB2B (or 0xF1DB2B) is known color: Golden Fizz. HEX triplet: F1, DB and 2B. RGB value is (241,219,43). Sum of RGB (Red+Green+Blue) = 241+219+43=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 43 (17.19% from 255 or 8.55% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DB2B is #0E24D4. Grayscale: #CECECE. Windows color (decimal): -926933 or 2874353. OLE color: 2874353.
HSL color Cylindrical-coordinate representation of color #F1DB2B: hue angle of 53.33º degrees, saturation: 0.88, 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 #F1DB2B is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 43 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.05 |
| HSL | 53.33º | 0.88% | 0.56% | - |
| HSV(B) | 53.33º | 0.82% | 0.95% | - |
| XYZ | 62.04 | 69.54 | 12.44 | - |
| YUV | 205.51 | 36.29 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 43 | 0 | 0.09 | 0.82 | 0.05 | 53.33 | 0.88 | 0.56 |
| Hex | F1 | DB | 2B | 0 | 9 | 52 | 5 | 35 | 58 | 38 |
| Octal | 361 | 333 | 53 | 0 | 11 | 122 | 5 | 65 | 130 | 70 |
| Binary | 11110001 | 11011011 | 101011 | 0 | 1001 | 1010010 | 101 | 110101 | 1011000 | 111000 |
Color Harmonies of #F1DB2B
Complementary color
Monochromatic Colors of #F1DB2B
Black with #F1DB2B
Text Example
Text Example
White with #F1DB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB2B; }
p { color: rgb(241,219,43); }
H1.HeaderClassName
{
color: #F1DB2B;
}
.AnyTagClassName
{
color: #F1DB2B;
}
</style>
background-color css
<style>
a { background-color: #F1DB2B; }
a { background-color: rgb(241,219,43); }
div.DivClassName
{
background-color: #F1DB2B;
}
.BgClassName
{
background-color: #F1DB2B;
}
</style>
border-color css
<style>
span { border-color: #F1DB2B; }
span { border-color: rgb(241,219,43); }
td.TdClassName
{
border-color: #F1DB2B;
}
.TagClassName
{
border-color: #F1DB2B;
}
</style>