Shades of Golden Fizz #F2DB26
Tints of Golden Fizz #F2DB26
RGB
CMYK
RGB Variations
Color information
#F2DB26 (or 0xF2DB26) is known color: Golden Fizz. HEX triplet: F2, DB and 26. RGB value is (242,219,38). Sum of RGB (Red+Green+Blue) = 242+219+38=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 38 (15.23% from 255 or 7.62% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DB26 is #0D24D9. Grayscale: #CDCDCD. Windows color (decimal): -861402 or 2546674. OLE color: 2546674.
HSL color Cylindrical-coordinate representation of color #F2DB26: hue angle of 53.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2DB26 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 38 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.05 |
| HSL | 53.24º | 0.89% | 0.55% | - |
| HSV(B) | 53.24º | 0.84% | 0.95% | - |
| XYZ | 62.3 | 69.68 | 12 | - |
| YUV | 205.24 | 33.62 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 38 | 0 | 0.10 | 0.84 | 0.05 | 53.24 | 0.89 | 0.55 |
| Hex | F2 | DB | 26 | 0 | A | 54 | 5 | 35 | 59 | 37 |
| Octal | 362 | 333 | 46 | 0 | 12 | 124 | 5 | 65 | 131 | 67 |
| Binary | 11110010 | 11011011 | 100110 | 0 | 1010 | 1010100 | 101 | 110101 | 1011001 | 110111 |
Color Harmonies of #F2DB26
Complementary color
Monochromatic Colors of #F2DB26
Black with #F2DB26
Text Example
Text Example
White with #F2DB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB26; }
p { color: rgb(242,219,38); }
H1.HeaderClassName
{
color: #F2DB26;
}
.AnyTagClassName
{
color: #F2DB26;
}
</style>
background-color css
<style>
a { background-color: #F2DB26; }
a { background-color: rgb(242,219,38); }
div.DivClassName
{
background-color: #F2DB26;
}
.BgClassName
{
background-color: #F2DB26;
}
</style>
border-color css
<style>
span { border-color: #F2DB26; }
span { border-color: rgb(242,219,38); }
td.TdClassName
{
border-color: #F2DB26;
}
.TagClassName
{
border-color: #F2DB26;
}
</style>