#f4dc2d

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

Shades of Golden Fizz #F4DC2D

Tints of Golden Fizz #F4DC2D

Color information

#F4DC2D (or 0xF4DC2D) is unknown color: approx Golden Fizz. HEX triplet: F4, DC and 2D. RGB value is (244,220,45). Sum of RGB (Red+Green+Blue) = 244+220+45=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 45 (17.97% from 255 or 8.84% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DC2D is #0B23D2. Grayscale: #CFCFCF. Windows color (decimal): -730067 or 3005684. OLE color: 3005684.

HSL color Cylindrical-coordinate representation of color #F4DC2D: hue angle of 52.76º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4DC2D is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB24422045-
CMYK00.100.820.04
HSL52.76º90.05%56.67%-
HSV(B)52.76º81.56%95.69%-
XYZ63.3870.6112.77-
YUV207.2336.45154.23-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.94%
GREEN value IS 220 (86.33% from 255) = 43.22%
BLUE value IS 45 (17.97% from 255) = 8.84%
R=47.94%
G=43.22%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442204500.100.820.0452.7690.0556.67
HexF4DC2D0A524355a39
Octal3643345501212246513271
Binary11110100110111001011010101010100101001101011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4dc2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4dc2d; }

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

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

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

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

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

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

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

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