Shades of Golden Fizz #F7E025
Tints of Golden Fizz #F7E025
RGB
CMYK
RGB Variations
Color information
#F7E025 (or 0xF7E025) is known color: Golden Fizz. HEX triplet: F7, E0 and 25. RGB value is (247,224,37). Sum of RGB (Red+Green+Blue) = 247+224+37=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 37 (14.84% from 255 or 7.28% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7E025 is #081FDA. Grayscale: #D2D2D2. Windows color (decimal): -532443 or 2482423. OLE color: 2482423.
HSL color Cylindrical-coordinate representation of color #F7E025: hue angle of 53.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7E025 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 37 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.03 |
| HSL | 53.43º | 0.93% | 0.56% | - |
| HSV(B) | 53.43º | 0.85% | 0.97% | - |
| XYZ | 65.35 | 73.22 | 12.44 | - |
| YUV | 209.56 | 30.62 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 37 | 0 | 0.09 | 0.85 | 0.03 | 53.43 | 0.93 | 0.56 |
| Hex | F7 | E0 | 25 | 0 | 9 | 55 | 3 | 35 | 5D | 38 |
| Octal | 367 | 340 | 45 | 0 | 11 | 125 | 3 | 65 | 135 | 70 |
| Binary | 11110111 | 11100000 | 100101 | 0 | 1001 | 1010101 | 11 | 110101 | 1011101 | 111000 |
Color Harmonies of #F7E025
Complementary color
Monochromatic Colors of #F7E025
Black with #F7E025
Text Example
Text Example
White with #F7E025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E025; }
p { color: rgb(247,224,37); }
H1.HeaderClassName
{
color: #F7E025;
}
.AnyTagClassName
{
color: #F7E025;
}
</style>
background-color css
<style>
a { background-color: #F7E025; }
a { background-color: rgb(247,224,37); }
div.DivClassName
{
background-color: #F7E025;
}
.BgClassName
{
background-color: #F7E025;
}
</style>
border-color css
<style>
span { border-color: #F7E025; }
span { border-color: rgb(247,224,37); }
td.TdClassName
{
border-color: #F7E025;
}
.TagClassName
{
border-color: #F7E025;
}
</style>