Shades of Golden Fizz #F1DB2E
Tints of Golden Fizz #F1DB2E
RGB
CMYK
RGB Variations
Color information
#F1DB2E (or 0xF1DB2E) is known color: Golden Fizz. HEX triplet: F1, DB and 2E. RGB value is (241,219,46). Sum of RGB (Red+Green+Blue) = 241+219+46=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 46 (18.36% from 255 or 9.09% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DB2E is #0E24D1. Grayscale: #CECECE. Windows color (decimal): -926930 or 3070961. OLE color: 3070961.
HSL color Cylindrical-coordinate representation of color #F1DB2E: hue angle of 53.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1DB2E is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 46 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.05 |
| HSL | 53.23º | 0.87% | 0.56% | - |
| HSV(B) | 53.23º | 0.81% | 0.95% | - |
| XYZ | 62.1 | 69.56 | 12.74 | - |
| YUV | 205.86 | 37.79 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 46 | 0 | 0.09 | 0.81 | 0.05 | 53.23 | 0.87 | 0.56 |
| Hex | F1 | DB | 2E | 0 | 9 | 51 | 5 | 35 | 57 | 38 |
| Octal | 361 | 333 | 56 | 0 | 11 | 121 | 5 | 65 | 127 | 70 |
| Binary | 11110001 | 11011011 | 101110 | 0 | 1001 | 1010001 | 101 | 110101 | 1010111 | 111000 |
Color Harmonies of #F1DB2E
Complementary color
Monochromatic Colors of #F1DB2E
Black with #F1DB2E
Text Example
Text Example
White with #F1DB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB2E; }
p { color: rgb(241,219,46); }
H1.HeaderClassName
{
color: #F1DB2E;
}
.AnyTagClassName
{
color: #F1DB2E;
}
</style>
background-color css
<style>
a { background-color: #F1DB2E; }
a { background-color: rgb(241,219,46); }
div.DivClassName
{
background-color: #F1DB2E;
}
.BgClassName
{
background-color: #F1DB2E;
}
</style>
border-color css
<style>
span { border-color: #F1DB2E; }
span { border-color: rgb(241,219,46); }
td.TdClassName
{
border-color: #F1DB2E;
}
.TagClassName
{
border-color: #F1DB2E;
}
</style>