Html Css Color HEX #F1F425 Golden Fizz

📋 copy color: '#F1F425'

red 241 ◦ green 244 ◦ blue 37

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

Shades of Golden Fizz #F1F425

Tints of Golden Fizz #F1F425

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.74%

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

R = 46.17%
G = 46.74%
B = 7.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F1F425 (or 0xF1F425) is known color: Golden Fizz. HEX triplet: F1, F4 and 25. RGB value is (241,244,37). Sum of RGB (Red+Green+Blue) = 241+244+37=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 37 (14.84% from 255 or 7.09% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F425 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F425 is #0E0BDA. Grayscale: #DCDCDC. Windows color (decimal): -920539 or 2487537. OLE color: 2487537.

HSL color Cylindrical-coordinate representation of color #F1F425: hue angle of 60.87º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1F425 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 244 37 -
CMYK 0.01 0 0.85 0.04
HSL 60.87º 0.9% 0.55% -
HSV(B) 60.87º 0.85% 0.96% -
XYZ 68.96 83.54 14.24 -
YUV 219.51 25.01 143.33 -
System Red Green Blue C M Y K H S L
Decimal 241 244 37 0.01 0 0.85 0.04 60.87 0.9 0.55
Hex F1 F4 25 1 0 55 4 3D 5A 37
Octal 361 364 45 1 0 125 4 75 132 67
Binary 11110001 11110100 100101 1 0 1010101 100 111101 1011010 110111

Color Harmonies of #F1F425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F425

Black with #F1F425

Text Example


Text Example

White with #F1F425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F425; }

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

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

background-color css

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

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

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

border-color css

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

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

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