#F1F232

Color #F1F232 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #F1F232

Tints of Golden Fizz #F1F232

Color information

#F1F232 (or 0xF1F232) is unknown color: approx Golden Fizz. HEX triplet: F1, F2 and 32. RGB value is (241,242,50). Sum of RGB (Red+Green+Blue) = 241+242+50=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 50 (19.92% from 255 or 9.38% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F232 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F232 is #0E0DCD. Grayscale: #DCDCDC. Windows color (decimal): -921038 or 3338993. OLE color: 3338993.

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

Color convert

RGB24124250-
CMYK0.0000.790.05
HSL60.31º88.07%57.25%-
HSV(B)60.31º79.34%94.9%-
XYZ68.682.4415.31-
YUV219.8132.17143.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.22%
GREEN value IS 242 (94.92% from 255) = 45.40%
BLUE value IS 50 (19.92% from 255) = 9.38%
R=45.22%
G=45.40%
B=9.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241242500.0000.790.0560.3188.0757.25
HexF1F232004F53c5839
Octal361362620011757413071
Binary11110001111100101100100010011111011111001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F232; }

 p { color: rgb(241,242,50); }

 H1.HeaderClassName
 {
   color: #F1F232;
 }
 .AnyTagClassName
 {
   color: #F1F232;
 }
</style>
background-color css

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

 a { background-color: rgb(241,242,50); }

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

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

 span { border-color: rgb(241,242,50); }

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