Html Css Color HEX #F1F325 Golden Fizz

📋 copy color: '#F1F325'

red 241 ◦ green 243 ◦ blue 37

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

Shades of Golden Fizz #F1F325

Tints of Golden Fizz #F1F325

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.64%

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

R = 46.26%
G = 46.64%
B = 7.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F1F325 (or 0xF1F325) is known color: Golden Fizz. HEX triplet: F1, F3 and 25. RGB value is (241,243,37). Sum of RGB (Red+Green+Blue) = 241+243+37=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 37 (14.84% from 255 or 7.10% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F325 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F325 is #0E0CDA. Grayscale: #DBDBDB. Windows color (decimal): -920795 or 2487281. OLE color: 2487281.

HSL color Cylindrical-coordinate representation of color #F1F325: hue angle of 60.58º degrees, saturation: 0.9, 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 #F1F325 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 243 37 -
CMYK 0.01 0 0.85 0.05
HSL 60.58º 0.9% 0.55% -
HSV(B) 60.58º 0.85% 0.95% -
XYZ 68.66 82.94 14.14 -
YUV 218.92 25.34 143.75 -
System Red Green Blue C M Y K H S L
Decimal 241 243 37 0.01 0 0.85 0.05 60.58 0.9 0.55
Hex F1 F3 25 1 0 55 5 3D 5A 37
Octal 361 363 45 1 0 125 5 75 132 67
Binary 11110001 11110011 100101 1 0 1010101 101 111101 1011010 110111

Color Harmonies of #F1F325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F325

Black with #F1F325

Text Example


Text Example

White with #F1F325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F325; }

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

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

background-color css

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

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

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

border-color css

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

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

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