#F2D83F

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

Shades of Golden Fizz #F2D83F

Tints of Golden Fizz #F2D83F

Color information

#F2D83F (or 0xF2D83F) is unknown color: approx Golden Fizz. HEX triplet: F2, D8 and 3F. RGB value is (242,216,63). Sum of RGB (Red+Green+Blue) = 242+216+63=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D83F is #0D27C0. Grayscale: #CECECE. Windows color (decimal): -862145 or 4184306. OLE color: 4184306.

HSL color Cylindrical-coordinate representation of color #F2D83F: hue angle of 51.28º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2D83F is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24221663-
CMYK00.110.740.05
HSL51.28º87.32%59.8%-
HSV(B)51.28º73.97%94.9%-
XYZ62.0768.3514.62-
YUV206.3347.11153.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.45%
GREEN value IS 216 (84.77% from 255) = 41.46%
BLUE value IS 63 (25% from 255) = 12.09%
R=46.45%
G=41.46%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422166300.110.740.0551.2887.3259.8
HexF2D83F0B4A533573c
Octal3623307701311256312774
Binary11110010110110001111110101110010101011100111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D83F; }

 p { color: rgb(242,216,63); }

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

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

 a { background-color: rgb(242,216,63); }

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

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

 span { border-color: rgb(242,216,63); }

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