Shades of Golden Fizz #F2DB33
Tints of Golden Fizz #F2DB33
RGB
CMYK
RGB Variations
Color information
#F2DB33 (or 0xF2DB33) is known color: Golden Fizz. HEX triplet: F2, DB and 33. RGB value is (242,219,51). Sum of RGB (Red+Green+Blue) = 242+219+51=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 51 (20.31% from 255 or 9.96% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DB33 is #0D24CC. Grayscale: #CFCFCF. Windows color (decimal): -861389 or 3398642. OLE color: 3398642.
HSL color Cylindrical-coordinate representation of color #F2DB33: hue angle of 52.77º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2DB33 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 51 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.05 |
| HSL | 52.77º | 0.88% | 0.57% | - |
| HSV(B) | 52.77º | 0.79% | 0.95% | - |
| XYZ | 62.55 | 69.78 | 13.3 | - |
| YUV | 206.73 | 40.12 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 51 | 0 | 0.10 | 0.79 | 0.05 | 52.77 | 0.88 | 0.57 |
| Hex | F2 | DB | 33 | 0 | A | 4F | 5 | 35 | 58 | 39 |
| Octal | 362 | 333 | 63 | 0 | 12 | 117 | 5 | 65 | 130 | 71 |
| Binary | 11110010 | 11011011 | 110011 | 0 | 1010 | 1001111 | 101 | 110101 | 1011000 | 111001 |
Color Harmonies of #F2DB33
Complementary color
Monochromatic Colors of #F2DB33
Black with #F2DB33
Text Example
Text Example
White with #F2DB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB33; }
p { color: rgb(242,219,51); }
H1.HeaderClassName
{
color: #F2DB33;
}
.AnyTagClassName
{
color: #F2DB33;
}
</style>
background-color css
<style>
a { background-color: #F2DB33; }
a { background-color: rgb(242,219,51); }
div.DivClassName
{
background-color: #F2DB33;
}
.BgClassName
{
background-color: #F2DB33;
}
</style>
border-color css
<style>
span { border-color: #F2DB33; }
span { border-color: rgb(242,219,51); }
td.TdClassName
{
border-color: #F2DB33;
}
.TagClassName
{
border-color: #F2DB33;
}
</style>