Shades of Golden Fizz #F2DA25
Tints of Golden Fizz #F2DA25
RGB
CMYK
RGB Variations
Color information
#F2DA25 (or 0xF2DA25) is known color: Golden Fizz. HEX triplet: F2, DA and 25. RGB value is (242,218,37). Sum of RGB (Red+Green+Blue) = 242+218+37=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 37 (14.84% from 255 or 7.44% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DA25 is #0D25DA. Grayscale: #CDCDCD. Windows color (decimal): -861659 or 2480882. OLE color: 2480882.
HSL color Cylindrical-coordinate representation of color #F2DA25: hue angle of 52.98º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2DA25 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 37 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.05 |
| HSL | 52.98º | 0.89% | 0.55% | - |
| HSV(B) | 52.98º | 0.85% | 0.95% | - |
| XYZ | 62.02 | 69.15 | 11.83 | - |
| YUV | 204.54 | 33.45 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 37 | 0 | 0.10 | 0.85 | 0.05 | 52.98 | 0.89 | 0.55 |
| Hex | F2 | DA | 25 | 0 | A | 55 | 5 | 35 | 59 | 37 |
| Octal | 362 | 332 | 45 | 0 | 12 | 125 | 5 | 65 | 131 | 67 |
| Binary | 11110010 | 11011010 | 100101 | 0 | 1010 | 1010101 | 101 | 110101 | 1011001 | 110111 |
Color Harmonies of #F2DA25
Complementary color
Monochromatic Colors of #F2DA25
Black with #F2DA25
Text Example
Text Example
White with #F2DA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA25; }
p { color: rgb(242,218,37); }
H1.HeaderClassName
{
color: #F2DA25;
}
.AnyTagClassName
{
color: #F2DA25;
}
</style>
background-color css
<style>
a { background-color: #F2DA25; }
a { background-color: rgb(242,218,37); }
div.DivClassName
{
background-color: #F2DA25;
}
.BgClassName
{
background-color: #F2DA25;
}
</style>
border-color css
<style>
span { border-color: #F2DA25; }
span { border-color: rgb(242,218,37); }
td.TdClassName
{
border-color: #F2DA25;
}
.TagClassName
{
border-color: #F2DA25;
}
</style>