Shades of Golden Fizz #F2DA2A
Tints of Golden Fizz #F2DA2A
RGB
CMYK
RGB Variations
Color information
#F2DA2A (or 0xF2DA2A) is known color: Golden Fizz. HEX triplet: F2, DA and 2A. RGB value is (242,218,42). Sum of RGB (Red+Green+Blue) = 242+218+42=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 42 (16.80% from 255 or 8.37% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DA2A is #0D25D5. Grayscale: #CDCDCD. Windows color (decimal): -861654 or 2808562. OLE color: 2808562.
HSL color Cylindrical-coordinate representation of color #F2DA2A: hue angle of 52.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2DA2A is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 42 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.05 |
| HSL | 52.8º | 0.88% | 0.56% | - |
| HSV(B) | 52.8º | 0.83% | 0.95% | - |
| XYZ | 62.11 | 69.19 | 12.27 | - |
| YUV | 205.11 | 35.95 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 42 | 0 | 0.10 | 0.83 | 0.05 | 52.8 | 0.88 | 0.56 |
| Hex | F2 | DA | 2A | 0 | A | 53 | 5 | 35 | 58 | 38 |
| Octal | 362 | 332 | 52 | 0 | 12 | 123 | 5 | 65 | 130 | 70 |
| Binary | 11110010 | 11011010 | 101010 | 0 | 1010 | 1010011 | 101 | 110101 | 1011000 | 111000 |
Color Harmonies of #F2DA2A
Complementary color
Monochromatic Colors of #F2DA2A
Black with #F2DA2A
Text Example
Text Example
White with #F2DA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA2A; }
p { color: rgb(242,218,42); }
H1.HeaderClassName
{
color: #F2DA2A;
}
.AnyTagClassName
{
color: #F2DA2A;
}
</style>
background-color css
<style>
a { background-color: #F2DA2A; }
a { background-color: rgb(242,218,42); }
div.DivClassName
{
background-color: #F2DA2A;
}
.BgClassName
{
background-color: #F2DA2A;
}
</style>
border-color css
<style>
span { border-color: #F2DA2A; }
span { border-color: rgb(242,218,42); }
td.TdClassName
{
border-color: #F2DA2A;
}
.TagClassName
{
border-color: #F2DA2A;
}
</style>