Shades of Golden Fizz #F2DF34
Tints of Golden Fizz #F2DF34
RGB
CMYK
RGB Variations
Color information
#F2DF34 (or 0xF2DF34) is known color: Golden Fizz. HEX triplet: F2, DF and 34. RGB value is (242,223,52). Sum of RGB (Red+Green+Blue) = 242+223+52=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 52 (20.70% from 255 or 10.06% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DF34 is #0D20CB. Grayscale: #D1D1D1. Windows color (decimal): -860364 or 3465202. OLE color: 3465202.
HSL color Cylindrical-coordinate representation of color #F2DF34: hue angle of 54º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2DF34 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 52 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.05 |
| HSL | 54º | 0.88% | 0.58% | - |
| HSV(B) | 54º | 0.79% | 0.95% | - |
| XYZ | 63.63 | 71.9 | 13.77 | - |
| YUV | 209.19 | 39.29 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 52 | 0 | 0.08 | 0.79 | 0.05 | 54 | 0.88 | 0.58 |
| Hex | F2 | DF | 34 | 0 | 8 | 4F | 5 | 36 | 58 | 3A |
| Octal | 362 | 337 | 64 | 0 | 10 | 117 | 5 | 66 | 130 | 72 |
| Binary | 11110010 | 11011111 | 110100 | 0 | 1000 | 1001111 | 101 | 110110 | 1011000 | 111010 |
Color Harmonies of #F2DF34
Complementary color
Monochromatic Colors of #F2DF34
Black with #F2DF34
Text Example
Text Example
White with #F2DF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF34; }
p { color: rgb(242,223,52); }
H1.HeaderClassName
{
color: #F2DF34;
}
.AnyTagClassName
{
color: #F2DF34;
}
</style>
background-color css
<style>
a { background-color: #F2DF34; }
a { background-color: rgb(242,223,52); }
div.DivClassName
{
background-color: #F2DF34;
}
.BgClassName
{
background-color: #F2DF34;
}
</style>
border-color css
<style>
span { border-color: #F2DF34; }
span { border-color: rgb(242,223,52); }
td.TdClassName
{
border-color: #F2DF34;
}
.TagClassName
{
border-color: #F2DF34;
}
</style>