Shades of Golden Fizz #F5DF2A
Tints of Golden Fizz #F5DF2A
RGB
CMYK
RGB Variations
Color information
#F5DF2A (or 0xF5DF2A) is known color: Golden Fizz. HEX triplet: F5, DF and 2A. RGB value is (245,223,42). Sum of RGB (Red+Green+Blue) = 245+223+42=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 42 (16.80% from 255 or 8.24% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DF2A is #0A20D5. Grayscale: #D1D1D1. Windows color (decimal): -663766 or 2809845. OLE color: 2809845.
HSL color Cylindrical-coordinate representation of color #F5DF2A: hue angle of 53.5º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5DF2A is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 42 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.04 |
| HSL | 53.5º | 0.91% | 0.56% | - |
| HSV(B) | 53.5º | 0.83% | 0.96% | - |
| XYZ | 64.46 | 72.36 | 12.76 | - |
| YUV | 208.94 | 33.79 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 42 | 0 | 0.09 | 0.83 | 0.04 | 53.5 | 0.91 | 0.56 |
| Hex | F5 | DF | 2A | 0 | 9 | 53 | 4 | 35 | 5B | 38 |
| Octal | 365 | 337 | 52 | 0 | 11 | 123 | 4 | 65 | 133 | 70 |
| Binary | 11110101 | 11011111 | 101010 | 0 | 1001 | 1010011 | 100 | 110101 | 1011011 | 111000 |
Color Harmonies of #F5DF2A
Complementary color
Monochromatic Colors of #F5DF2A
Black with #F5DF2A
Text Example
Text Example
White with #F5DF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF2A; }
p { color: rgb(245,223,42); }
H1.HeaderClassName
{
color: #F5DF2A;
}
.AnyTagClassName
{
color: #F5DF2A;
}
</style>
background-color css
<style>
a { background-color: #F5DF2A; }
a { background-color: rgb(245,223,42); }
div.DivClassName
{
background-color: #F5DF2A;
}
.BgClassName
{
background-color: #F5DF2A;
}
</style>
border-color css
<style>
span { border-color: #F5DF2A; }
span { border-color: rgb(245,223,42); }
td.TdClassName
{
border-color: #F5DF2A;
}
.TagClassName
{
border-color: #F5DF2A;
}
</style>