Shades of Golden Fizz #F2DF36
Tints of Golden Fizz #F2DF36
RGB
CMYK
RGB Variations
Color information
#F2DF36 (or 0xF2DF36) is known color: Golden Fizz. HEX triplet: F2, DF and 36. RGB value is (242,223,54). Sum of RGB (Red+Green+Blue) = 242+223+54=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 54 (21.48% from 255 or 10.40% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DF36 is #0D20C9. Grayscale: #D2D2D2. Windows color (decimal): -860362 or 3596274. OLE color: 3596274.
HSL color Cylindrical-coordinate representation of color #F2DF36: hue angle of 53.94º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2DF36 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 54 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.05 |
| HSL | 53.94º | 0.88% | 0.58% | - |
| HSV(B) | 53.94º | 0.78% | 0.95% | - |
| XYZ | 63.67 | 71.92 | 14.02 | - |
| YUV | 209.42 | 40.29 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 54 | 0 | 0.08 | 0.78 | 0.05 | 53.94 | 0.88 | 0.58 |
| Hex | F2 | DF | 36 | 0 | 8 | 4E | 5 | 36 | 58 | 3A |
| Octal | 362 | 337 | 66 | 0 | 10 | 116 | 5 | 66 | 130 | 72 |
| Binary | 11110010 | 11011111 | 110110 | 0 | 1000 | 1001110 | 101 | 110110 | 1011000 | 111010 |
Color Harmonies of #F2DF36
Complementary color
Monochromatic Colors of #F2DF36
Black with #F2DF36
Text Example
Text Example
White with #F2DF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF36; }
p { color: rgb(242,223,54); }
H1.HeaderClassName
{
color: #F2DF36;
}
.AnyTagClassName
{
color: #F2DF36;
}
</style>
background-color css
<style>
a { background-color: #F2DF36; }
a { background-color: rgb(242,223,54); }
div.DivClassName
{
background-color: #F2DF36;
}
.BgClassName
{
background-color: #F2DF36;
}
</style>
border-color css
<style>
span { border-color: #F2DF36; }
span { border-color: rgb(242,223,54); }
td.TdClassName
{
border-color: #F2DF36;
}
.TagClassName
{
border-color: #F2DF36;
}
</style>