Shades of Golden Fizz #F3DF32
Tints of Golden Fizz #F3DF32
RGB
CMYK
RGB Variations
Color information
#F3DF32 (or 0xF3DF32) is known color: Golden Fizz. HEX triplet: F3, DF and 32. RGB value is (243,223,50). Sum of RGB (Red+Green+Blue) = 243+223+50=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 50 (19.92% from 255 or 9.69% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DF32 is #0C20CD. Grayscale: #D1D1D1. Windows color (decimal): -794830 or 3334131. OLE color: 3334131.
HSL color Cylindrical-coordinate representation of color #F3DF32: hue angle of 53.78º degrees, saturation: 0.89, 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 #F3DF32 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 50 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.05 |
| HSL | 53.78º | 0.89% | 0.57% | - |
| HSV(B) | 53.78º | 0.79% | 0.95% | - |
| XYZ | 63.93 | 72.06 | 13.56 | - |
| YUV | 209.26 | 38.13 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 50 | 0 | 0.08 | 0.79 | 0.05 | 53.78 | 0.89 | 0.57 |
| Hex | F3 | DF | 32 | 0 | 8 | 4F | 5 | 36 | 59 | 39 |
| Octal | 363 | 337 | 62 | 0 | 10 | 117 | 5 | 66 | 131 | 71 |
| Binary | 11110011 | 11011111 | 110010 | 0 | 1000 | 1001111 | 101 | 110110 | 1011001 | 111001 |
Color Harmonies of #F3DF32
Complementary color
Monochromatic Colors of #F3DF32
Black with #F3DF32
Text Example
Text Example
White with #F3DF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF32; }
p { color: rgb(243,223,50); }
H1.HeaderClassName
{
color: #F3DF32;
}
.AnyTagClassName
{
color: #F3DF32;
}
</style>
background-color css
<style>
a { background-color: #F3DF32; }
a { background-color: rgb(243,223,50); }
div.DivClassName
{
background-color: #F3DF32;
}
.BgClassName
{
background-color: #F3DF32;
}
</style>
border-color css
<style>
span { border-color: #F3DF32; }
span { border-color: rgb(243,223,50); }
td.TdClassName
{
border-color: #F3DF32;
}
.TagClassName
{
border-color: #F3DF32;
}
</style>