Shades of Golden Fizz #F2D734
Tints of Golden Fizz #F2D734
RGB
CMYK
RGB Variations
Color information
#F2D734 (or 0xF2D734) is known color: Golden Fizz. HEX triplet: F2, D7 and 34. RGB value is (242,215,52). Sum of RGB (Red+Green+Blue) = 242+215+52=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 52 (20.70% from 255 or 10.22% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D734 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D734 is #0D28CB. Grayscale: #CDCDCD. Windows color (decimal): -862412 or 3463154. OLE color: 3463154.
HSL color Cylindrical-coordinate representation of color #F2D734: hue angle of 51.47º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2D734 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 52 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.05 |
| HSL | 51.47º | 0.88% | 0.58% | - |
| HSV(B) | 51.47º | 0.79% | 0.95% | - |
| XYZ | 61.54 | 67.73 | 13.08 | - |
| YUV | 204.49 | 41.95 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 52 | 0 | 0.11 | 0.79 | 0.05 | 51.47 | 0.88 | 0.58 |
| Hex | F2 | D7 | 34 | 0 | B | 4F | 5 | 33 | 58 | 3A |
| Octal | 362 | 327 | 64 | 0 | 13 | 117 | 5 | 63 | 130 | 72 |
| Binary | 11110010 | 11010111 | 110100 | 0 | 1011 | 1001111 | 101 | 110011 | 1011000 | 111010 |
Color Harmonies of #F2D734
Complementary color
Monochromatic Colors of #F2D734
Black with #F2D734
Text Example
Text Example
White with #F2D734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D734; }
p { color: rgb(242,215,52); }
H1.HeaderClassName
{
color: #F2D734;
}
.AnyTagClassName
{
color: #F2D734;
}
</style>
background-color css
<style>
a { background-color: #F2D734; }
a { background-color: rgb(242,215,52); }
div.DivClassName
{
background-color: #F2D734;
}
.BgClassName
{
background-color: #F2D734;
}
</style>
border-color css
<style>
span { border-color: #F2D734; }
span { border-color: rgb(242,215,52); }
td.TdClassName
{
border-color: #F2D734;
}
.TagClassName
{
border-color: #F2D734;
}
</style>