Shades of Golden Fizz #F2D632
Tints of Golden Fizz #F2D632
RGB
CMYK
RGB Variations
Color information
#F2D632 (or 0xF2D632) is known color: Golden Fizz. HEX triplet: F2, D6 and 32. RGB value is (242,214,50). Sum of RGB (Red+Green+Blue) = 242+214+50=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 50 (19.92% from 255 or 9.88% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D632 is #0D29CD. Grayscale: #CCCCCC. Windows color (decimal): -862670 or 3331826. OLE color: 3331826.
HSL color Cylindrical-coordinate representation of color #F2D632: hue angle of 51.25º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2D632 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 50 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.05 |
| HSL | 51.25º | 0.88% | 0.57% | - |
| HSV(B) | 51.25º | 0.79% | 0.95% | - |
| XYZ | 61.24 | 67.2 | 12.76 | - |
| YUV | 203.68 | 41.28 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 50 | 0 | 0.12 | 0.79 | 0.05 | 51.25 | 0.88 | 0.57 |
| Hex | F2 | D6 | 32 | 0 | C | 4F | 5 | 33 | 58 | 39 |
| Octal | 362 | 326 | 62 | 0 | 14 | 117 | 5 | 63 | 130 | 71 |
| Binary | 11110010 | 11010110 | 110010 | 0 | 1100 | 1001111 | 101 | 110011 | 1011000 | 111001 |
Color Harmonies of #F2D632
Complementary color
Monochromatic Colors of #F2D632
Black with #F2D632
Text Example
Text Example
White with #F2D632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D632; }
p { color: rgb(242,214,50); }
H1.HeaderClassName
{
color: #F2D632;
}
.AnyTagClassName
{
color: #F2D632;
}
</style>
background-color css
<style>
a { background-color: #F2D632; }
a { background-color: rgb(242,214,50); }
div.DivClassName
{
background-color: #F2D632;
}
.BgClassName
{
background-color: #F2D632;
}
</style>
border-color css
<style>
span { border-color: #F2D632; }
span { border-color: rgb(242,214,50); }
td.TdClassName
{
border-color: #F2D632;
}
.TagClassName
{
border-color: #F2D632;
}
</style>