#F3DD2C

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

Shades of Golden Fizz #F3DD2C

Tints of Golden Fizz #F3DD2C

Color information

#F3DD2C (or 0xF3DD2C) is unknown color: approx Golden Fizz. HEX triplet: F3, DD and 2C. RGB value is (243,221,44). Sum of RGB (Red+Green+Blue) = 243+221+44=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 44 (17.58% from 255 or 8.66% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DD2C is #0C22D3. Grayscale: #D0D0D0. Windows color (decimal): -795348 or 2940403. OLE color: 2940403.

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

Color convert

RGB24322144-
CMYK00.090.820.05
HSL53.37º89.24%56.27%-
HSV(B)53.37º81.89%95.29%-
XYZ63.2770.9512.74-
YUV207.435.79153.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.83%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 44 (17.58% from 255) = 8.66%
R=47.83%
G=43.50%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432214400.090.820.0553.3789.2456.27
HexF3DD2C09525355938
Octal3633355401112256513170
Binary11110011110111011011000100110100101011101011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DD2C; }

 p { color: rgb(243,221,44); }

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

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

 a { background-color: rgb(243,221,44); }

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

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

 span { border-color: rgb(243,221,44); }

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