#F3C164

Color #F3C164 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #F3C164

Tints of Harvest Gold #F3C164

Color information

#F3C164 (or 0xF3C164) is unknown color: approx Harvest Gold. HEX triplet: F3, C1 and 64. RGB value is (243,193,100). Sum of RGB (Red+Green+Blue) = 243+193+100=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C164 is #0C3E9B. Grayscale: #C5C5C5. Windows color (decimal): -802460 or 6603251. OLE color: 6603251.

HSL color Cylindrical-coordinate representation of color #F3C164: hue angle of 39.02º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F3C164 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB243193100-
CMYK00.210.590.05
HSL39.02º85.63%67.25%-
HSV(B)39.02º58.85%95.29%-
XYZ58.3358.1120.2-
YUV197.3573.06160.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.34%
GREEN value IS 193 (75.78% from 255) = 36.01%
BLUE value IS 100 (39.45% from 255) = 18.66%
R=45.34%
G=36.01%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319310000.210.590.0539.0285.6367.25
HexF3C1640153B5275643
Octal36330114402573547126103
Binary1111001111000001110010001010111101110110011110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C164; }

 p { color: rgb(243,193,100); }

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

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

 a { background-color: rgb(243,193,100); }

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

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

 span { border-color: rgb(243,193,100); }

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