#f2e92b

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

Shades of Golden Fizz #F2E92B

Tints of Golden Fizz #F2E92B

Color information

#F2E92B (or 0xF2E92B) is unknown color: approx Golden Fizz. HEX triplet: F2, E9 and 2B. RGB value is (242,233,43). Sum of RGB (Red+Green+Blue) = 242+233+43=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 43 (17.19% from 255 or 8.30% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E92B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E92B is #0D16D4. Grayscale: #D6D6D6. Windows color (decimal): -857813 or 2877938. OLE color: 2877938.

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

Color convert

RGB24223343-
CMYK00.040.820.05
HSL57.29º88.44%55.88%-
HSV(B)57.29º82.23%94.9%-
XYZ66.1977.3313.72-
YUV214.0331.48147.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.72%
GREEN value IS 233 (91.41% from 255) = 44.98%
BLUE value IS 43 (17.19% from 255) = 8.30%
R=46.72%
G=44.98%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422334300.040.820.0557.2988.4455.88
HexF2E92B04525395838
Octal362351530412257113070
Binary1111001011101001101011010010100101011110011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2e92b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2e92b; }

 p { color: rgb(242,233,43); }

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

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

 a { background-color: rgb(242,233,43); }

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

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

 span { border-color: rgb(242,233,43); }

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