#F2F132

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

Shades of Golden Fizz #F2F132

Tints of Golden Fizz #F2F132

Color information

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

HSL color Cylindrical-coordinate representation of color #F2F132: hue angle of 59.69º 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 #F2F132 is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB24224150-
CMYK00.000.790.05
HSL59.69º88.07%57.25%-
HSV(B)59.69º79.34%94.9%-
XYZ68.6582.0215.23-
YUV219.5232.33144.03-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422415000.000.790.0559.6988.0757.25
HexF2F132004F53c5839
Octal362361620011757413071
Binary11110010111100011100100010011111011111001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F132; }

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

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

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

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

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

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

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

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