#F3DC35

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

Shades of Golden Fizz #F3DC35

Tints of Golden Fizz #F3DC35

Color information

#F3DC35 (or 0xF3DC35) is unknown color: approx Golden Fizz. HEX triplet: F3, DC and 35. RGB value is (243,220,53). Sum of RGB (Red+Green+Blue) = 243+220+53=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 53 (21.09% from 255 or 10.27% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DC35 is #0C23CA. Grayscale: #D0D0D0. Windows color (decimal): -795595 or 3529971. OLE color: 3529971.

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

Color convert

RGB24322053-
CMYK00.090.780.05
HSL52.74º88.79%58.04%-
HSV(B)52.74º78.19%95.29%-
XYZ63.270.513.64-
YUV207.8440.62153.08-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.09%
GREEN value IS 220 (86.33% from 255) = 42.64%
BLUE value IS 53 (21.09% from 255) = 10.27%
R=47.09%
G=42.64%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432205300.090.780.0552.7488.7958.04
HexF3DC35094E535593a
Octal3633346501111656513172
Binary11110011110111001101010100110011101011101011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DC35; }

 p { color: rgb(243,220,53); }

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

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

 a { background-color: rgb(243,220,53); }

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

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

 span { border-color: rgb(243,220,53); }

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