#F2E135

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

Shades of Golden Fizz #F2E135

Tints of Golden Fizz #F2E135

Color information

#F2E135 (or 0xF2E135) is unknown color: approx Golden Fizz. HEX triplet: F2, E1 and 35. RGB value is (242,225,53). Sum of RGB (Red+Green+Blue) = 242+225+53=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 53 (21.09% from 255 or 10.19% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E135 is #0D1ECA. Grayscale: #D3D3D3. Windows color (decimal): -859851 or 3531250. OLE color: 3531250.

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

Color convert

RGB24222553-
CMYK00.070.780.05
HSL54.6º87.91%57.84%-
HSV(B)54.6º78.1%94.9%-
XYZ64.1972.9814.07-
YUV210.4839.13150.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.54%
GREEN value IS 225 (88.28% from 255) = 43.27%
BLUE value IS 53 (21.09% from 255) = 10.19%
R=46.54%
G=43.27%
B=10.19%

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
Decimal2422255300.070.780.0554.687.9157.84
HexF2E135074E537583a
Octal362341650711656713072
Binary1111001011100001110101011110011101011101111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E135; }

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

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

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

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

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

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

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

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