Shades of Golden Fizz #F1DB23
Tints of Golden Fizz #F1DB23
RGB
CMYK
RGB Variations
Color information
#F1DB23 (or 0xF1DB23) is known color: Golden Fizz. HEX triplet: F1, DB and 23. RGB value is (241,219,35). Sum of RGB (Red+Green+Blue) = 241+219+35=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 35 (14.06% from 255 or 7.07% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DB23 is #0E24DC. Grayscale: #CDCDCD. Windows color (decimal): -926941 or 2350065. OLE color: 2350065.
HSL color Cylindrical-coordinate representation of color #F1DB23: hue angle of 53.59º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1DB23 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 35 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.05 |
| HSL | 53.59º | 0.88% | 0.54% | - |
| HSV(B) | 53.59º | 0.85% | 0.95% | - |
| XYZ | 61.91 | 69.49 | 11.74 | - |
| YUV | 204.6 | 32.29 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 35 | 0 | 0.09 | 0.85 | 0.05 | 53.59 | 0.88 | 0.54 |
| Hex | F1 | DB | 23 | 0 | 9 | 55 | 5 | 36 | 58 | 36 |
| Octal | 361 | 333 | 43 | 0 | 11 | 125 | 5 | 66 | 130 | 66 |
| Binary | 11110001 | 11011011 | 100011 | 0 | 1001 | 1010101 | 101 | 110110 | 1011000 | 110110 |
Color Harmonies of #F1DB23
Complementary color
Monochromatic Colors of #F1DB23
Black with #F1DB23
Text Example
Text Example
White with #F1DB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB23; }
p { color: rgb(241,219,35); }
H1.HeaderClassName
{
color: #F1DB23;
}
.AnyTagClassName
{
color: #F1DB23;
}
</style>
background-color css
<style>
a { background-color: #F1DB23; }
a { background-color: rgb(241,219,35); }
div.DivClassName
{
background-color: #F1DB23;
}
.BgClassName
{
background-color: #F1DB23;
}
</style>
border-color css
<style>
span { border-color: #F1DB23; }
span { border-color: rgb(241,219,35); }
td.TdClassName
{
border-color: #F1DB23;
}
.TagClassName
{
border-color: #F1DB23;
}
</style>