#F4DA2D

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

Shades of Golden Fizz #F4DA2D

Tints of Golden Fizz #F4DA2D

Color information

#F4DA2D (or 0xF4DA2D) is unknown color: approx Golden Fizz. HEX triplet: F4, DA and 2D. RGB value is (244,218,45). Sum of RGB (Red+Green+Blue) = 244+218+45=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DA2D is #0B25D2. Grayscale: #CECECE. Windows color (decimal): -730579 or 3005172. OLE color: 3005172.

HSL color Cylindrical-coordinate representation of color #F4DA2D: hue angle of 52.16º 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 #F4DA2D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB24421845-
CMYK00.110.820.04
HSL52.16º90.05%56.67%-
HSV(B)52.16º81.56%95.69%-
XYZ62.8569.5712.6-
YUV206.0537.11155.07-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.13%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 45 (17.97% from 255) = 8.88%
R=48.13%
G=43.00%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442184500.110.820.0452.1690.0556.67
HexF4DA2D0B524345a39
Octal3643325501312246413271
Binary11110100110110101011010101110100101001101001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DA2D; }

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

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

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

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

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

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

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

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