#F5EA28

Color #F5EA28 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #F5EA28

Tints of Golden Fizz #F5EA28

Color information

#F5EA28 (or 0xF5EA28) is unknown color: approx Golden Fizz. HEX triplet: F5, EA and 28. RGB value is (245,234,40). Sum of RGB (Red+Green+Blue) = 245+234+40=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 40 (16.02% from 255 or 7.71% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EA28 is #0A15D7. Grayscale: #D7D7D7. Windows color (decimal): -660952 or 2681589. OLE color: 2681589.

HSL color Cylindrical-coordinate representation of color #F5EA28: hue angle of 56.78º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5EA28 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB24523440-
CMYK00.040.840.04
HSL56.78º91.11%55.88%-
HSV(B)56.78º83.67%96.08%-
XYZ67.4678.4113.59-
YUV215.1729.14149.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 47.21%
GREEN value IS 234 (91.80% from 255) = 45.09%
BLUE value IS 40 (16.02% from 255) = 7.71%
R=47.21%
G=45.09%
B=7.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452344000.040.840.0456.7891.1155.88
HexF5EA2804544395b38
Octal365352500412447113370
Binary1111010111101010101000010010101001001110011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EA28; }

 p { color: rgb(245,234,40); }

 H1.HeaderClassName
 {
   color: #F5EA28;
 }
 .AnyTagClassName
 {
   color: #F5EA28;
 }
</style>
background-color css

<style>
 a { background-color: #F5EA28; }

 a { background-color: rgb(245,234,40); }

 div.DivClassName
 {
   background-color: #F5EA28;
 }
 .BgClassName
 {
   background-color: #F5EA28;
 }
</style>
border-color css

<style>
 span { border-color: #F5EA28; }

 span { border-color: rgb(245,234,40); }

 td.TdClassName
 {
   border-color: #F5EA28;
 }
 .TagClassName
 {
   border-color: #F5EA28;
 }
</style>