Shades of Golden Fizz #F2D838
Tints of Golden Fizz #F2D838
RGB
CMYK
RGB Variations
Color information
#F2D838 (or 0xF2D838) is known color: Golden Fizz. HEX triplet: F2, D8 and 38. RGB value is (242,216,56). Sum of RGB (Red+Green+Blue) = 242+216+56=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 56 (22.27% from 255 or 10.89% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D838 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D838 is #0D27C7. Grayscale: #CECECE. Windows color (decimal): -862152 or 3725554. OLE color: 3725554.
HSL color Cylindrical-coordinate representation of color #F2D838: hue angle of 51.61º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2D838 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 56 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.05 |
| HSL | 51.61º | 0.88% | 0.58% | - |
| HSV(B) | 51.61º | 0.77% | 0.95% | - |
| XYZ | 61.89 | 68.27 | 13.66 | - |
| YUV | 205.53 | 43.61 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 56 | 0 | 0.11 | 0.77 | 0.05 | 51.61 | 0.88 | 0.58 |
| Hex | F2 | D8 | 38 | 0 | B | 4D | 5 | 34 | 58 | 3A |
| Octal | 362 | 330 | 70 | 0 | 13 | 115 | 5 | 64 | 130 | 72 |
| Binary | 11110010 | 11011000 | 111000 | 0 | 1011 | 1001101 | 101 | 110100 | 1011000 | 111010 |
Color Harmonies of #F2D838
Complementary color
Monochromatic Colors of #F2D838
Black with #F2D838
Text Example
Text Example
White with #F2D838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D838; }
p { color: rgb(242,216,56); }
H1.HeaderClassName
{
color: #F2D838;
}
.AnyTagClassName
{
color: #F2D838;
}
</style>
background-color css
<style>
a { background-color: #F2D838; }
a { background-color: rgb(242,216,56); }
div.DivClassName
{
background-color: #F2D838;
}
.BgClassName
{
background-color: #F2D838;
}
</style>
border-color css
<style>
span { border-color: #F2D838; }
span { border-color: rgb(242,216,56); }
td.TdClassName
{
border-color: #F2D838;
}
.TagClassName
{
border-color: #F2D838;
}
</style>