Shades of Golden Fizz #F2D82E
Tints of Golden Fizz #F2D82E
RGB
CMYK
RGB Variations
Color information
#F2D82E (or 0xF2D82E) is known color: Golden Fizz. HEX triplet: F2, D8 and 2E. RGB value is (242,216,46). Sum of RGB (Red+Green+Blue) = 242+216+46=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 46 (18.36% from 255 or 9.13% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D82E is #0D27D1. Grayscale: #CDCDCD. Windows color (decimal): -862162 or 3070194. OLE color: 3070194.
HSL color Cylindrical-coordinate representation of color #F2D82E: hue angle of 52.04º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2D82E is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 46 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.05 |
| HSL | 52.04º | 0.88% | 0.56% | - |
| HSV(B) | 52.04º | 0.81% | 0.95% | - |
| XYZ | 61.67 | 68.19 | 12.5 | - |
| YUV | 204.39 | 38.61 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 46 | 0 | 0.11 | 0.81 | 0.05 | 52.04 | 0.88 | 0.56 |
| Hex | F2 | D8 | 2E | 0 | B | 51 | 5 | 34 | 58 | 38 |
| Octal | 362 | 330 | 56 | 0 | 13 | 121 | 5 | 64 | 130 | 70 |
| Binary | 11110010 | 11011000 | 101110 | 0 | 1011 | 1010001 | 101 | 110100 | 1011000 | 111000 |
Color Harmonies of #F2D82E
Complementary color
Monochromatic Colors of #F2D82E
Black with #F2D82E
Text Example
Text Example
White with #F2D82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D82E; }
p { color: rgb(242,216,46); }
H1.HeaderClassName
{
color: #F2D82E;
}
.AnyTagClassName
{
color: #F2D82E;
}
</style>
background-color css
<style>
a { background-color: #F2D82E; }
a { background-color: rgb(242,216,46); }
div.DivClassName
{
background-color: #F2D82E;
}
.BgClassName
{
background-color: #F2D82E;
}
</style>
border-color css
<style>
span { border-color: #F2D82E; }
span { border-color: rgb(242,216,46); }
td.TdClassName
{
border-color: #F2D82E;
}
.TagClassName
{
border-color: #F2D82E;
}
</style>