Html Css Color HEX #F1EA31 Golden Fizz

📋 copy color: '#F1EA31'

red 241 ◦ green 234 ◦ blue 49

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

Shades of Golden Fizz #F1EA31

Tints of Golden Fizz #F1EA31

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.66%

 BLUE value IS 49 (19.53% from 255) = 9.35%

R = 45.99%
G = 44.66%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1EA31 (or 0xF1EA31) is known color: Golden Fizz. HEX triplet: F1, EA and 31. RGB value is (241,234,49). Sum of RGB (Red+Green+Blue) = 241+234+49=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 49 (19.53% from 255 or 9.35% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1EA31 is #0E15CE. Grayscale: #D7D7D7. Windows color (decimal): -923087 or 3271409. OLE color: 3271409.

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

Color convert

RGB 241 234 49 -
CMYK 0 0.03 0.80 0.05
HSL 57.81º 0.87% 0.57% -
HSV(B) 57.81º 0.8% 0.95% -
XYZ 66.25 77.77 14.42 -
YUV 215 34.32 146.54 -
System Red Green Blue C M Y K H S L
Decimal 241 234 49 0 0.03 0.80 0.05 57.81 0.87 0.57
Hex F1 EA 31 0 3 50 5 3A 57 39
Octal 361 352 61 0 3 120 5 72 127 71
Binary 11110001 11101010 110001 0 11 1010000 101 111010 1010111 111001

Color Harmonies of #F1EA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EA31

Black with #F1EA31

Text Example


Text Example

White with #F1EA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EA31; }

 p { color: rgb(241,234,49); }

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

background-color css

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

 a { background-color: rgb(241,234,49); }

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

border-color css

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

 span { border-color: rgb(241,234,49); }

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