Shades of Golden Fizz #F2D832
Tints of Golden Fizz #F2D832
RGB
CMYK
RGB Variations
Color information
#F2D832 (or 0xF2D832) is known color: Golden Fizz. HEX triplet: F2, D8 and 32. RGB value is (242,216,50). Sum of RGB (Red+Green+Blue) = 242+216+50=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 50 (19.92% from 255 or 9.84% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D832 is #0D27CD. Grayscale: #CDCDCD. Windows color (decimal): -862158 or 3332338. OLE color: 3332338.
HSL color Cylindrical-coordinate representation of color #F2D832: hue angle of 51.88º 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 #F2D832 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 50 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.05 |
| HSL | 51.88º | 0.88% | 0.57% | - |
| HSV(B) | 51.88º | 0.79% | 0.95% | - |
| XYZ | 61.75 | 68.22 | 12.93 | - |
| YUV | 204.85 | 40.61 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 50 | 0 | 0.11 | 0.79 | 0.05 | 51.88 | 0.88 | 0.57 |
| Hex | F2 | D8 | 32 | 0 | B | 4F | 5 | 34 | 58 | 39 |
| Octal | 362 | 330 | 62 | 0 | 13 | 117 | 5 | 64 | 130 | 71 |
| Binary | 11110010 | 11011000 | 110010 | 0 | 1011 | 1001111 | 101 | 110100 | 1011000 | 111001 |
Color Harmonies of #F2D832
Complementary color
Monochromatic Colors of #F2D832
Black with #F2D832
Text Example
Text Example
White with #F2D832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D832; }
p { color: rgb(242,216,50); }
H1.HeaderClassName
{
color: #F2D832;
}
.AnyTagClassName
{
color: #F2D832;
}
</style>
background-color css
<style>
a { background-color: #F2D832; }
a { background-color: rgb(242,216,50); }
div.DivClassName
{
background-color: #F2D832;
}
.BgClassName
{
background-color: #F2D832;
}
</style>
border-color css
<style>
span { border-color: #F2D832; }
span { border-color: rgb(242,216,50); }
td.TdClassName
{
border-color: #F2D832;
}
.TagClassName
{
border-color: #F2D832;
}
</style>