#F2E235

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

Shades of Golden Fizz #F2E235

Tints of Golden Fizz #F2E235

Color information

#F2E235 (or 0xF2E235) is unknown color: approx Golden Fizz. HEX triplet: F2, E2 and 35. RGB value is (242,226,53). Sum of RGB (Red+Green+Blue) = 242+226+53=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 53 (21.09% from 255 or 10.17% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E235 is #0D1DCA. Grayscale: #D3D3D3. Windows color (decimal): -859595 or 3531506. OLE color: 3531506.

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

Color convert

RGB24222653-
CMYK00.070.780.05
HSL54.92º87.91%57.84%-
HSV(B)54.92º78.1%94.9%-
XYZ64.4673.5314.16-
YUV211.0638.8150.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.45%
GREEN value IS 226 (88.67% from 255) = 43.38%
BLUE value IS 53 (21.09% from 255) = 10.17%
R=46.45%
G=43.38%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422265300.070.780.0554.9287.9157.84
HexF2E235074E537583a
Octal362342650711656713072
Binary1111001011100010110101011110011101011101111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E235; }

 p { color: rgb(242,226,53); }

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

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

 a { background-color: rgb(242,226,53); }

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

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

 span { border-color: rgb(242,226,53); }

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