Shades of Golden Fizz #F5DC2B
Tints of Golden Fizz #F5DC2B
RGB
CMYK
RGB Variations
Color information
#F5DC2B (or 0xF5DC2B) is known color: Golden Fizz. HEX triplet: F5, DC and 2B. RGB value is (245,220,43). Sum of RGB (Red+Green+Blue) = 245+220+43=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 43 (17.19% from 255 or 8.46% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DC2B is #0A23D4. Grayscale: #D0D0D0. Windows color (decimal): -664533 or 2874613. OLE color: 2874613.
HSL color Cylindrical-coordinate representation of color #F5DC2B: hue angle of 52.57º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5DC2B is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 43 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.04 |
| HSL | 52.57º | 0.91% | 0.56% | - |
| HSV(B) | 52.57º | 0.82% | 0.96% | - |
| XYZ | 63.69 | 70.77 | 12.59 | - |
| YUV | 207.3 | 35.28 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 43 | 0 | 0.10 | 0.82 | 0.04 | 52.57 | 0.91 | 0.56 |
| Hex | F5 | DC | 2B | 0 | A | 52 | 4 | 35 | 5B | 38 |
| Octal | 365 | 334 | 53 | 0 | 12 | 122 | 4 | 65 | 133 | 70 |
| Binary | 11110101 | 11011100 | 101011 | 0 | 1010 | 1010010 | 100 | 110101 | 1011011 | 111000 |
Color Harmonies of #F5DC2B
Complementary color
Monochromatic Colors of #F5DC2B
Black with #F5DC2B
Text Example
Text Example
White with #F5DC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC2B; }
p { color: rgb(245,220,43); }
H1.HeaderClassName
{
color: #F5DC2B;
}
.AnyTagClassName
{
color: #F5DC2B;
}
</style>
background-color css
<style>
a { background-color: #F5DC2B; }
a { background-color: rgb(245,220,43); }
div.DivClassName
{
background-color: #F5DC2B;
}
.BgClassName
{
background-color: #F5DC2B;
}
</style>
border-color css
<style>
span { border-color: #F5DC2B; }
span { border-color: rgb(245,220,43); }
td.TdClassName
{
border-color: #F5DC2B;
}
.TagClassName
{
border-color: #F5DC2B;
}
</style>