Html Css Color HEX #F1E124 Golden Fizz

📋 copy color: '#F1E124'

red 241 ◦ green 225 ◦ blue 36

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

Shades of Golden Fizz #F1E124

Tints of Golden Fizz #F1E124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.17%

R = 48.01%
G = 44.82%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F1E124 (or 0xF1E124) is known color: Golden Fizz. HEX triplet: F1, E1 and 24. RGB value is (241,225,36). Sum of RGB (Red+Green+Blue) = 241+225+36=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 36 (14.45% from 255 or 7.17% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E124 is #0E1EDB. Grayscale: #D1D1D1. Windows color (decimal): -925404 or 2417137. OLE color: 2417137.

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

Color convert

RGB 241 225 36 -
CMYK 0 0.07 0.85 0.05
HSL 55.32º 0.88% 0.54% -
HSV(B) 55.32º 0.85% 0.95% -
XYZ 63.52 72.68 12.35 -
YUV 208.24 30.8 151.37 -
System Red Green Blue C M Y K H S L
Decimal 241 225 36 0 0.07 0.85 0.05 55.32 0.88 0.54
Hex F1 E1 24 0 7 55 5 37 58 36
Octal 361 341 44 0 7 125 5 67 130 66
Binary 11110001 11100001 100100 0 111 1010101 101 110111 1011000 110110

Color Harmonies of #F1E124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E124

Black with #F1E124

Text Example


Text Example

White with #F1E124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E124; }

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

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

background-color css

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

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

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

border-color css

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

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

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