Html Css Color HEX #F1ED25 Golden Fizz

📋 copy color: '#F1ED25'

red 241 ◦ green 237 ◦ blue 37

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

Shades of Golden Fizz #F1ED25

Tints of Golden Fizz #F1ED25

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.02%

 BLUE value IS 37 (14.84% from 255) = 7.18%

R = 46.8%
G = 46.02%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F1ED25 (or 0xF1ED25) is known color: Golden Fizz. HEX triplet: F1, ED and 25. RGB value is (241,237,37). Sum of RGB (Red+Green+Blue) = 241+237+37=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 37 (14.84% from 255 or 7.18% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1ED25 is #0E12DA. Grayscale: #D8D8D8. Windows color (decimal): -922331 or 2485745. OLE color: 2485745.

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

Color convert

RGB 241 237 37 -
CMYK 0 0.02 0.85 0.05
HSL 58.82º 0.88% 0.55% -
HSV(B) 58.82º 0.85% 0.95% -
XYZ 66.89 79.4 13.55 -
YUV 215.4 27.33 146.26 -
System Red Green Blue C M Y K H S L
Decimal 241 237 37 0 0.02 0.85 0.05 58.82 0.88 0.55
Hex F1 ED 25 0 2 55 5 3B 58 37
Octal 361 355 45 0 2 125 5 73 130 67
Binary 11110001 11101101 100101 0 10 1010101 101 111011 1011000 110111

Color Harmonies of #F1ED25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED25

Black with #F1ED25

Text Example


Text Example

White with #F1ED25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED25; }

 p { color: rgb(241,237,37); }

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

background-color css

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

 a { background-color: rgb(241,237,37); }

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

border-color css

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

 span { border-color: rgb(241,237,37); }

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