#F1E01F

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

Shades of Golden Fizz #F1E01F

Tints of Golden Fizz #F1E01F

Color information

#F1E01F (or 0xF1E01F) is unknown color: approx Golden Fizz. HEX triplet: F1, E0 and 1F. RGB value is (241,224,31). Sum of RGB (Red+Green+Blue) = 241+224+31=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 31 (12.5% from 255 or 6.25% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E01F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E01F is #0E1FE0. Grayscale: #CFCFCF. Windows color (decimal): -925665 or 2089201. OLE color: 2089201.

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

Color convert

RGB24122431-
CMYK00.070.870.05
HSL55.14º88.24%53.33%-
HSV(B)55.14º87.14%94.51%-
XYZ63.1872.1111.89-
YUV207.0828.63152.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 224 (87.89% from 255) = 45.16%
BLUE value IS 31 (12.5% from 255) = 6.25%
R=48.59%
G=45.16%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412243100.070.870.0555.1488.2453.33
HexF1E01F07575375835
Octal361340370712756713065
Binary111100011110000011111011110101111011101111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E01F; }

 p { color: rgb(241,224,31); }

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

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

 a { background-color: rgb(241,224,31); }

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

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

 span { border-color: rgb(241,224,31); }

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