Html Css Color HEX #F1E132 Golden Fizz

📋 copy color: '#F1E132'

red 241 ◦ green 225 ◦ blue 50

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

Shades of Golden Fizz #F1E132

Tints of Golden Fizz #F1E132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.69%

R = 46.71%
G = 43.6%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F1E132 (or 0xF1E132) is known color: Golden Fizz. HEX triplet: F1, E1 and 32. RGB value is (241,225,50). Sum of RGB (Red+Green+Blue) = 241+225+50=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 50 (19.92% from 255 or 9.69% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E132 is #0E1ECD. Grayscale: #D2D2D2. Windows color (decimal): -925390 or 3334641. OLE color: 3334641.

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

Color convert

RGB 241 225 50 -
CMYK 0 0.07 0.79 0.05
HSL 54.97º 0.87% 0.57% -
HSV(B) 54.97º 0.79% 0.95% -
XYZ 63.78 72.78 13.7 -
YUV 209.83 37.8 150.23 -
System Red Green Blue C M Y K H S L
Decimal 241 225 50 0 0.07 0.79 0.05 54.97 0.87 0.57
Hex F1 E1 32 0 7 4F 5 37 57 39
Octal 361 341 62 0 7 117 5 67 127 71
Binary 11110001 11100001 110010 0 111 1001111 101 110111 1010111 111001

Color Harmonies of #F1E132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E132

Black with #F1E132

Text Example


Text Example

White with #F1E132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E132; }

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

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

background-color css

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

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

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

border-color css

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

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

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