Shades of Golden Fizz #F2D63D
Tints of Golden Fizz #F2D63D
RGB
CMYK
RGB Variations
Color information
#F2D63D (or 0xF2D63D) is known color: Golden Fizz. HEX triplet: F2, D6 and 3D. RGB value is (242,214,61). Sum of RGB (Red+Green+Blue) = 242+214+61=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 61 (24.22% from 255 or 11.80% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D63D is #0D29C2. Grayscale: #CDCDCD. Windows color (decimal): -862659 or 4052722. OLE color: 4052722.
HSL color Cylindrical-coordinate representation of color #F2D63D: hue angle of 50.72º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2D63D is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 61 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.05 |
| HSL | 50.72º | 0.87% | 0.59% | - |
| HSV(B) | 50.72º | 0.75% | 0.95% | - |
| XYZ | 61.51 | 67.31 | 14.16 | - |
| YUV | 204.93 | 46.78 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 61 | 0 | 0.12 | 0.75 | 0.05 | 50.72 | 0.87 | 0.59 |
| Hex | F2 | D6 | 3D | 0 | C | 4B | 5 | 33 | 57 | 3B |
| Octal | 362 | 326 | 75 | 0 | 14 | 113 | 5 | 63 | 127 | 73 |
| Binary | 11110010 | 11010110 | 111101 | 0 | 1100 | 1001011 | 101 | 110011 | 1010111 | 111011 |
Color Harmonies of #F2D63D
Complementary color
Monochromatic Colors of #F2D63D
Black with #F2D63D
Text Example
Text Example
White with #F2D63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D63D; }
p { color: rgb(242,214,61); }
H1.HeaderClassName
{
color: #F2D63D;
}
.AnyTagClassName
{
color: #F2D63D;
}
</style>
background-color css
<style>
a { background-color: #F2D63D; }
a { background-color: rgb(242,214,61); }
div.DivClassName
{
background-color: #F2D63D;
}
.BgClassName
{
background-color: #F2D63D;
}
</style>
border-color css
<style>
span { border-color: #F2D63D; }
span { border-color: rgb(242,214,61); }
td.TdClassName
{
border-color: #F2D63D;
}
.TagClassName
{
border-color: #F2D63D;
}
</style>