Shades of Golden Fizz #F5DD2B
Tints of Golden Fizz #F5DD2B
RGB
CMYK
RGB Variations
Color information
#F5DD2B (or 0xF5DD2B) is known color: Golden Fizz. HEX triplet: F5, DD and 2B. RGB value is (245,221,43). Sum of RGB (Red+Green+Blue) = 245+221+43=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 43 (17.19% from 255 or 8.45% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DD2B is #0A22D4. Grayscale: #D0D0D0. Windows color (decimal): -664277 or 2874869. OLE color: 2874869.
HSL color Cylindrical-coordinate representation of color #F5DD2B: hue angle of 52.87º 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 #F5DD2B is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 43 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.04 |
| HSL | 52.87º | 0.91% | 0.56% | - |
| HSV(B) | 52.87º | 0.82% | 0.96% | - |
| XYZ | 63.95 | 71.3 | 12.68 | - |
| YUV | 207.88 | 34.95 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 43 | 0 | 0.10 | 0.82 | 0.04 | 52.87 | 0.91 | 0.56 |
| Hex | F5 | DD | 2B | 0 | A | 52 | 4 | 35 | 5B | 38 |
| Octal | 365 | 335 | 53 | 0 | 12 | 122 | 4 | 65 | 133 | 70 |
| Binary | 11110101 | 11011101 | 101011 | 0 | 1010 | 1010010 | 100 | 110101 | 1011011 | 111000 |
Color Harmonies of #F5DD2B
Complementary color
Monochromatic Colors of #F5DD2B
Black with #F5DD2B
Text Example
Text Example
White with #F5DD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD2B; }
p { color: rgb(245,221,43); }
H1.HeaderClassName
{
color: #F5DD2B;
}
.AnyTagClassName
{
color: #F5DD2B;
}
</style>
background-color css
<style>
a { background-color: #F5DD2B; }
a { background-color: rgb(245,221,43); }
div.DivClassName
{
background-color: #F5DD2B;
}
.BgClassName
{
background-color: #F5DD2B;
}
</style>
border-color css
<style>
span { border-color: #F5DD2B; }
span { border-color: rgb(245,221,43); }
td.TdClassName
{
border-color: #F5DD2B;
}
.TagClassName
{
border-color: #F5DD2B;
}
</style>