Shades of Golden Fizz #F7DB2A
Tints of Golden Fizz #F7DB2A
RGB
CMYK
RGB Variations
Color information
#F7DB2A (or 0xF7DB2A) is known color: Golden Fizz. HEX triplet: F7, DB and 2A. RGB value is (247,219,42). Sum of RGB (Red+Green+Blue) = 247+219+42=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 42 (16.80% from 255 or 8.27% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DB2A is #0824D5. Grayscale: #CFCFCF. Windows color (decimal): -533718 or 2808823. OLE color: 2808823.
HSL color Cylindrical-coordinate representation of color #F7DB2A: hue angle of 51.8º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F7DB2A is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 42 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.03 |
| HSL | 51.8º | 0.93% | 0.57% | - |
| HSV(B) | 51.8º | 0.83% | 0.97% | - |
| XYZ | 64.11 | 70.6 | 12.44 | - |
| YUV | 207.19 | 34.78 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 42 | 0 | 0.11 | 0.83 | 0.03 | 51.8 | 0.93 | 0.57 |
| Hex | F7 | DB | 2A | 0 | B | 53 | 3 | 34 | 5D | 39 |
| Octal | 367 | 333 | 52 | 0 | 13 | 123 | 3 | 64 | 135 | 71 |
| Binary | 11110111 | 11011011 | 101010 | 0 | 1011 | 1010011 | 11 | 110100 | 1011101 | 111001 |
Color Harmonies of #F7DB2A
Complementary color
Monochromatic Colors of #F7DB2A
Black with #F7DB2A
Text Example
Text Example
White with #F7DB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DB2A; }
p { color: rgb(247,219,42); }
H1.HeaderClassName
{
color: #F7DB2A;
}
.AnyTagClassName
{
color: #F7DB2A;
}
</style>
background-color css
<style>
a { background-color: #F7DB2A; }
a { background-color: rgb(247,219,42); }
div.DivClassName
{
background-color: #F7DB2A;
}
.BgClassName
{
background-color: #F7DB2A;
}
</style>
border-color css
<style>
span { border-color: #F7DB2A; }
span { border-color: rgb(247,219,42); }
td.TdClassName
{
border-color: #F7DB2A;
}
.TagClassName
{
border-color: #F7DB2A;
}
</style>