#F2DC2D

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

Shades of Golden Fizz #F2DC2D

Tints of Golden Fizz #F2DC2D

Color information

#F2DC2D (or 0xF2DC2D) is unknown color: approx Golden Fizz. HEX triplet: F2, DC and 2D. RGB value is (242,220,45). Sum of RGB (Red+Green+Blue) = 242+220+45=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DC2D is #0D23D2. Grayscale: #CFCFCF. Windows color (decimal): -861139 or 3005682. OLE color: 3005682.

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

Color convert

RGB24222045-
CMYK00.090.810.05
HSL53.3º88.34%56.27%-
HSV(B)53.3º81.4%94.9%-
XYZ62.6870.2512.74-
YUV206.6336.79153.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.73%
GREEN value IS 220 (86.33% from 255) = 43.39%
BLUE value IS 45 (17.97% from 255) = 8.88%
R=47.73%
G=43.39%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422204500.090.810.0553.388.3456.27
HexF2DC2D09515355838
Octal3623345501112156513070
Binary11110010110111001011010100110100011011101011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DC2D; }

 p { color: rgb(242,220,45); }

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

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

 a { background-color: rgb(242,220,45); }

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

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

 span { border-color: rgb(242,220,45); }

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