Shades of Golden Fizz #F2DA2D
Tints of Golden Fizz #F2DA2D
RGB
CMYK
RGB Variations
Color information
#F2DA2D (or 0xF2DA2D) is known color: Golden Fizz. HEX triplet: F2, DA and 2D. RGB value is (242,218,45). Sum of RGB (Red+Green+Blue) = 242+218+45=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 45 (17.97% from 255 or 8.91% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DA2D is #0D25D2. Grayscale: #CECECE. Windows color (decimal): -861651 or 3005170. OLE color: 3005170.
HSL color Cylindrical-coordinate representation of color #F2DA2D: hue angle of 52.69º 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 #F2DA2D is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 45 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.05 |
| HSL | 52.69º | 0.88% | 0.56% | - |
| HSV(B) | 52.69º | 0.81% | 0.95% | - |
| XYZ | 62.16 | 69.21 | 12.57 | - |
| YUV | 205.45 | 37.45 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 45 | 0 | 0.10 | 0.81 | 0.05 | 52.69 | 0.88 | 0.56 |
| Hex | F2 | DA | 2D | 0 | A | 51 | 5 | 35 | 58 | 38 |
| Octal | 362 | 332 | 55 | 0 | 12 | 121 | 5 | 65 | 130 | 70 |
| Binary | 11110010 | 11011010 | 101101 | 0 | 1010 | 1010001 | 101 | 110101 | 1011000 | 111000 |
Color Harmonies of #F2DA2D
Complementary color
Monochromatic Colors of #F2DA2D
Black with #F2DA2D
Text Example
Text Example
White with #F2DA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA2D; }
p { color: rgb(242,218,45); }
H1.HeaderClassName
{
color: #F2DA2D;
}
.AnyTagClassName
{
color: #F2DA2D;
}
</style>
background-color css
<style>
a { background-color: #F2DA2D; }
a { background-color: rgb(242,218,45); }
div.DivClassName
{
background-color: #F2DA2D;
}
.BgClassName
{
background-color: #F2DA2D;
}
</style>
border-color css
<style>
span { border-color: #F2DA2D; }
span { border-color: rgb(242,218,45); }
td.TdClassName
{
border-color: #F2DA2D;
}
.TagClassName
{
border-color: #F2DA2D;
}
</style>