Html Css Color HEX #F1E120 Golden Fizz

📋 copy color: '#F1E120'

red 241 ◦ green 225 ◦ blue 32

#F1E120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Fizz #F1E120

Tints of Golden Fizz #F1E120

RGB

 RED value IS 241 (94.53% from 255) = 48.39%

 GREEN value IS 225 (88.28% from 255) = 45.18%

 BLUE value IS 32 (12.89% from 255) = 6.43%

R = 48.39%
G = 45.18%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F1E120 (or 0xF1E120) is known color: Golden Fizz. HEX triplet: F1, E1 and 20. RGB value is (241,225,32). Sum of RGB (Red+Green+Blue) = 241+225+32=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 32 (12.89% from 255 or 6.43% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E120 is #0E1EDF. Grayscale: #D0D0D0. Windows color (decimal): -925408 or 2154993. OLE color: 2154993.

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

Color convert

RGB 241 225 32 -
CMYK 0 0.07 0.87 0.05
HSL 55.41º 0.88% 0.54% -
HSV(B) 55.41º 0.87% 0.95% -
XYZ 63.46 72.66 12.05 -
YUV 207.78 28.8 151.69 -
System Red Green Blue C M Y K H S L
Decimal 241 225 32 0 0.07 0.87 0.05 55.41 0.88 0.54
Hex F1 E1 20 0 7 57 5 37 58 36
Octal 361 341 40 0 7 127 5 67 130 66
Binary 11110001 11100001 100000 0 111 1010111 101 110111 1011000 110110

Color Harmonies of #F1E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E120

Black with #F1E120

Text Example


Text Example

White with #F1E120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E120; }

 p { color: rgb(241,225,32); }

 H1.HeaderClassName
 {
   color: #F1E120;
 }
 .AnyTagClassName
 {
   color: #F1E120;
 }
</style>

background-color css

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

 a { background-color: rgb(241,225,32); }

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

border-color css

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

 span { border-color: rgb(241,225,32); }

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