Shades of Golden Fizz #F2D538
Tints of Golden Fizz #F2D538
RGB
CMYK
RGB Variations
Color information
#F2D538 (or 0xF2D538) is known color: Golden Fizz. HEX triplet: F2, D5 and 38. RGB value is (242,213,56). Sum of RGB (Red+Green+Blue) = 242+213+56=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 56 (22.27% from 255 or 10.96% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D538 is #0D2AC7. Grayscale: #CCCCCC. Windows color (decimal): -862920 or 3724786. OLE color: 3724786.
HSL color Cylindrical-coordinate representation of color #F2D538: hue angle of 50.65º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2D538 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 56 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.05 |
| HSL | 50.65º | 0.88% | 0.58% | - |
| HSV(B) | 50.65º | 0.77% | 0.95% | - |
| XYZ | 61.13 | 66.75 | 13.4 | - |
| YUV | 203.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 56 | 0 | 0.12 | 0.77 | 0.05 | 50.65 | 0.88 | 0.58 |
| Hex | F2 | D5 | 38 | 0 | C | 4D | 5 | 33 | 58 | 3A |
| Octal | 362 | 325 | 70 | 0 | 14 | 115 | 5 | 63 | 130 | 72 |
| Binary | 11110010 | 11010101 | 111000 | 0 | 1100 | 1001101 | 101 | 110011 | 1011000 | 111010 |
Color Harmonies of #F2D538
Complementary color
Monochromatic Colors of #F2D538
Black with #F2D538
Text Example
Text Example
White with #F2D538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D538; }
p { color: rgb(242,213,56); }
H1.HeaderClassName
{
color: #F2D538;
}
.AnyTagClassName
{
color: #F2D538;
}
</style>
background-color css
<style>
a { background-color: #F2D538; }
a { background-color: rgb(242,213,56); }
div.DivClassName
{
background-color: #F2D538;
}
.BgClassName
{
background-color: #F2D538;
}
</style>
border-color css
<style>
span { border-color: #F2D538; }
span { border-color: rgb(242,213,56); }
td.TdClassName
{
border-color: #F2D538;
}
.TagClassName
{
border-color: #F2D538;
}
</style>