Shades of Golden Fizz #F5DF2B
Tints of Golden Fizz #F5DF2B
RGB
CMYK
RGB Variations
Color information
#F5DF2B (or 0xF5DF2B) is known color: Golden Fizz. HEX triplet: F5, DF and 2B. RGB value is (245,223,43). Sum of RGB (Red+Green+Blue) = 245+223+43=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 43 (17.19% from 255 or 8.41% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DF2B is #0A20D4. Grayscale: #D1D1D1. Windows color (decimal): -663765 or 2875381. OLE color: 2875381.
HSL color Cylindrical-coordinate representation of color #F5DF2B: hue angle of 53.47º 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 #F5DF2B is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 43 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.04 |
| HSL | 53.47º | 0.91% | 0.56% | - |
| HSV(B) | 53.47º | 0.82% | 0.96% | - |
| XYZ | 64.48 | 72.36 | 12.85 | - |
| YUV | 209.06 | 34.29 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 43 | 0 | 0.09 | 0.82 | 0.04 | 53.47 | 0.91 | 0.56 |
| Hex | F5 | DF | 2B | 0 | 9 | 52 | 4 | 35 | 5B | 38 |
| Octal | 365 | 337 | 53 | 0 | 11 | 122 | 4 | 65 | 133 | 70 |
| Binary | 11110101 | 11011111 | 101011 | 0 | 1001 | 1010010 | 100 | 110101 | 1011011 | 111000 |
Color Harmonies of #F5DF2B
Complementary color
Monochromatic Colors of #F5DF2B
Black with #F5DF2B
Text Example
Text Example
White with #F5DF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF2B; }
p { color: rgb(245,223,43); }
H1.HeaderClassName
{
color: #F5DF2B;
}
.AnyTagClassName
{
color: #F5DF2B;
}
</style>
background-color css
<style>
a { background-color: #F5DF2B; }
a { background-color: rgb(245,223,43); }
div.DivClassName
{
background-color: #F5DF2B;
}
.BgClassName
{
background-color: #F5DF2B;
}
</style>
border-color css
<style>
span { border-color: #F5DF2B; }
span { border-color: rgb(245,223,43); }
td.TdClassName
{
border-color: #F5DF2B;
}
.TagClassName
{
border-color: #F5DF2B;
}
</style>