#F2E52E

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

Shades of Golden Fizz #F2E52E

Tints of Golden Fizz #F2E52E

Color information

#F2E52E (or 0xF2E52E) is unknown color: approx Golden Fizz. HEX triplet: F2, E5 and 2E. RGB value is (242,229,46). Sum of RGB (Red+Green+Blue) = 242+229+46=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 46 (18.36% from 255 or 8.90% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E52E is #0D1AD1. Grayscale: #D4D4D4. Windows color (decimal): -858834 or 3073522. OLE color: 3073522.

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

Color convert

RGB24222946-
CMYK00.050.810.05
HSL56.02º88.29%56.47%-
HSV(B)56.02º80.99%94.9%-
XYZ65.1375.1113.65-
YUV212.0234.31149.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.81%
GREEN value IS 229 (89.84% from 255) = 44.29%
BLUE value IS 46 (18.36% from 255) = 8.90%
R=46.81%
G=44.29%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422294600.050.810.0556.0288.2956.47
HexF2E52E05515385838
Octal362345560512157013070
Binary1111001011100101101110010110100011011110001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E52E; }

 p { color: rgb(242,229,46); }

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

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

 a { background-color: rgb(242,229,46); }

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

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

 span { border-color: rgb(242,229,46); }

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