Shades of Golden Fizz #F3D82D
Tints of Golden Fizz #F3D82D
RGB
CMYK
RGB Variations
Color information
#F3D82D (or 0xF3D82D) is known color: Golden Fizz. HEX triplet: F3, D8 and 2D. RGB value is (243,216,45). Sum of RGB (Red+Green+Blue) = 243+216+45=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 45 (17.97% from 255 or 8.93% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D82D is #0C27D2. Grayscale: #CDCDCD. Windows color (decimal): -796627 or 3004659. OLE color: 3004659.
HSL color Cylindrical-coordinate representation of color #F3D82D: hue angle of 51.82º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3D82D is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 216 | 45 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.05 |
| HSL | 51.82º | 0.89% | 0.56% | - |
| HSV(B) | 51.82º | 0.81% | 0.95% | - |
| XYZ | 61.99 | 68.36 | 12.41 | - |
| YUV | 204.58 | 37.95 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 216 | 45 | 0 | 0.11 | 0.81 | 0.05 | 51.82 | 0.89 | 0.56 |
| Hex | F3 | D8 | 2D | 0 | B | 51 | 5 | 34 | 59 | 38 |
| Octal | 363 | 330 | 55 | 0 | 13 | 121 | 5 | 64 | 131 | 70 |
| Binary | 11110011 | 11011000 | 101101 | 0 | 1011 | 1010001 | 101 | 110100 | 1011001 | 111000 |
Color Harmonies of #F3D82D
Complementary color
Monochromatic Colors of #F3D82D
Black with #F3D82D
Text Example
Text Example
White with #F3D82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D82D; }
p { color: rgb(243,216,45); }
H1.HeaderClassName
{
color: #F3D82D;
}
.AnyTagClassName
{
color: #F3D82D;
}
</style>
background-color css
<style>
a { background-color: #F3D82D; }
a { background-color: rgb(243,216,45); }
div.DivClassName
{
background-color: #F3D82D;
}
.BgClassName
{
background-color: #F3D82D;
}
</style>
border-color css
<style>
span { border-color: #F3D82D; }
span { border-color: rgb(243,216,45); }
td.TdClassName
{
border-color: #F3D82D;
}
.TagClassName
{
border-color: #F3D82D;
}
</style>