Shades of Golden Fizz #F5DC25
Tints of Golden Fizz #F5DC25
RGB
CMYK
RGB Variations
Color information
#F5DC25 (or 0xF5DC25) is known color: Golden Fizz. HEX triplet: F5, DC and 25. RGB value is (245,220,37). Sum of RGB (Red+Green+Blue) = 245+220+37=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 37 (14.84% from 255 or 7.37% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DC25 is #0A23DA. Grayscale: #CFCFCF. Windows color (decimal): -664539 or 2481397. OLE color: 2481397.
HSL color Cylindrical-coordinate representation of color #F5DC25: hue angle of 52.79º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F5DC25 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 37 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.04 |
| HSL | 52.79º | 0.91% | 0.55% | - |
| HSV(B) | 52.79º | 0.85% | 0.96% | - |
| XYZ | 63.58 | 70.73 | 12.05 | - |
| YUV | 206.61 | 32.28 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 37 | 0 | 0.10 | 0.85 | 0.04 | 52.79 | 0.91 | 0.55 |
| Hex | F5 | DC | 25 | 0 | A | 55 | 4 | 35 | 5B | 37 |
| Octal | 365 | 334 | 45 | 0 | 12 | 125 | 4 | 65 | 133 | 67 |
| Binary | 11110101 | 11011100 | 100101 | 0 | 1010 | 1010101 | 100 | 110101 | 1011011 | 110111 |
Color Harmonies of #F5DC25
Complementary color
Monochromatic Colors of #F5DC25
Black with #F5DC25
Text Example
Text Example
White with #F5DC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC25; }
p { color: rgb(245,220,37); }
H1.HeaderClassName
{
color: #F5DC25;
}
.AnyTagClassName
{
color: #F5DC25;
}
</style>
background-color css
<style>
a { background-color: #F5DC25; }
a { background-color: rgb(245,220,37); }
div.DivClassName
{
background-color: #F5DC25;
}
.BgClassName
{
background-color: #F5DC25;
}
</style>
border-color css
<style>
span { border-color: #F5DC25; }
span { border-color: rgb(245,220,37); }
td.TdClassName
{
border-color: #F5DC25;
}
.TagClassName
{
border-color: #F5DC25;
}
</style>