#F2E42A

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

Shades of Golden Fizz #F2E42A

Tints of Golden Fizz #F2E42A

Color information

#F2E42A (or 0xF2E42A) is unknown color: approx Golden Fizz. HEX triplet: F2, E4 and 2A. RGB value is (242,228,42). Sum of RGB (Red+Green+Blue) = 242+228+42=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 42 (16.80% from 255 or 8.20% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E42A is #0D1BD5. Grayscale: #D3D3D3. Windows color (decimal): -859094 or 2811122. OLE color: 2811122.

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

Color convert

RGB24222842-
CMYK00.060.830.05
HSL55.8º88.5%55.69%-
HSV(B)55.8º82.64%94.9%-
XYZ64.7874.5313.16-
YUV210.9832.64150.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 228 (89.45% from 255) = 44.53%
BLUE value IS 42 (16.80% from 255) = 8.20%
R=47.27%
G=44.53%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422284200.060.830.0555.888.555.69
HexF2E42A06535385838
Octal362344520612357013070
Binary1111001011100100101010011010100111011110001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E42A; }

 p { color: rgb(242,228,42); }

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

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

 a { background-color: rgb(242,228,42); }

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

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

 span { border-color: rgb(242,228,42); }

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