Shades of Golden Fizz #F5DF23
Tints of Golden Fizz #F5DF23
RGB
CMYK
RGB Variations
Color information
#F5DF23 (or 0xF5DF23) is known color: Golden Fizz. HEX triplet: F5, DF and 23. RGB value is (245,223,35). Sum of RGB (Red+Green+Blue) = 245+223+35=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 35 (14.06% from 255 or 6.96% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DF23 is #0A20DC. Grayscale: #D0D0D0. Windows color (decimal): -663773 or 2351093. OLE color: 2351093.
HSL color Cylindrical-coordinate representation of color #F5DF23: hue angle of 53.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5DF23 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 35 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.04 |
| HSL | 53.71º | 0.91% | 0.55% | - |
| HSV(B) | 53.71º | 0.86% | 0.96% | - |
| XYZ | 64.35 | 72.31 | 12.16 | - |
| YUV | 208.15 | 30.29 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 35 | 0 | 0.09 | 0.86 | 0.04 | 53.71 | 0.91 | 0.55 |
| Hex | F5 | DF | 23 | 0 | 9 | 56 | 4 | 36 | 5B | 37 |
| Octal | 365 | 337 | 43 | 0 | 11 | 126 | 4 | 66 | 133 | 67 |
| Binary | 11110101 | 11011111 | 100011 | 0 | 1001 | 1010110 | 100 | 110110 | 1011011 | 110111 |
Color Harmonies of #F5DF23
Complementary color
Monochromatic Colors of #F5DF23
Black with #F5DF23
Text Example
Text Example
White with #F5DF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF23; }
p { color: rgb(245,223,35); }
H1.HeaderClassName
{
color: #F5DF23;
}
.AnyTagClassName
{
color: #F5DF23;
}
</style>
background-color css
<style>
a { background-color: #F5DF23; }
a { background-color: rgb(245,223,35); }
div.DivClassName
{
background-color: #F5DF23;
}
.BgClassName
{
background-color: #F5DF23;
}
</style>
border-color css
<style>
span { border-color: #F5DF23; }
span { border-color: rgb(245,223,35); }
td.TdClassName
{
border-color: #F5DF23;
}
.TagClassName
{
border-color: #F5DF23;
}
</style>