#F2D637

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

Shades of Golden Fizz #F2D637

Tints of Golden Fizz #F2D637

Color information

#F2D637 (or 0xF2D637) is unknown color: approx Golden Fizz. HEX triplet: F2, D6 and 37. RGB value is (242,214,55). Sum of RGB (Red+Green+Blue) = 242+214+55=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 55 (21.88% from 255 or 10.76% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D637 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D637 is #0D29C8. Grayscale: #CCCCCC. Windows color (decimal): -862665 or 3659506. OLE color: 3659506.

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

Color convert

RGB24221455-
CMYK00.120.770.05
HSL51.02º87.79%58.24%-
HSV(B)51.02º77.27%94.9%-
XYZ61.3567.2513.36-
YUV204.2543.78154.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.36%
GREEN value IS 214 (83.98% from 255) = 41.88%
BLUE value IS 55 (21.88% from 255) = 10.76%
R=47.36%
G=41.88%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422145500.120.770.0551.0287.7958.24
HexF2D6370C4D533583a
Octal3623266701411556313072
Binary11110010110101101101110110010011011011100111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D637; }

 p { color: rgb(242,214,55); }

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

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

 a { background-color: rgb(242,214,55); }

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

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

 span { border-color: rgb(242,214,55); }

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