#F1ED26

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

Shades of Golden Fizz #F1ED26

Tints of Golden Fizz #F1ED26

Color information

#F1ED26 (or 0xF1ED26) is unknown color: approx Golden Fizz. HEX triplet: F1, ED and 26. RGB value is (241,237,38). Sum of RGB (Red+Green+Blue) = 241+237+38=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 38 (15.23% from 255 or 7.36% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1ED26 is #0E12D9. Grayscale: #D8D8D8. Windows color (decimal): -922330 or 2551281. OLE color: 2551281.

HSL color Cylindrical-coordinate representation of color #F1ED26: hue angle of 58.82º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1ED26 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB24123738-
CMYK00.020.840.05
HSL58.82º87.88%54.71%-
HSV(B)58.82º84.23%94.51%-
XYZ66.9179.4113.63-
YUV215.5127.83146.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.71%
GREEN value IS 237 (92.97% from 255) = 45.93%
BLUE value IS 38 (15.23% from 255) = 7.36%
R=46.71%
G=45.93%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412373800.020.840.0558.8287.8854.71
HexF1ED26025453b5837
Octal361355460212457313067
Binary111100011110110110011001010101001011110111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ED26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ED26; }

 p { color: rgb(241,237,38); }

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

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

 a { background-color: rgb(241,237,38); }

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

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

 span { border-color: rgb(241,237,38); }

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