#F6C163

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

Shades of Harvest Gold #F6C163

Tints of Harvest Gold #F6C163

Color information

#F6C163 (or 0xF6C163) is unknown color: approx Harvest Gold. HEX triplet: F6, C1 and 63. RGB value is (246,193,99). Sum of RGB (Red+Green+Blue) = 246+193+99=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C163 is #093E9C. Grayscale: #C6C6C6. Windows color (decimal): -605853 or 6537718. OLE color: 6537718.

HSL color Cylindrical-coordinate representation of color #F6C163: hue angle of 38.37º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F6C163 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB24619399-
CMYK00.220.600.04
HSL38.37º89.09%67.65%-
HSV(B)38.37º59.76%96.47%-
XYZ59.3358.6319.99-
YUV198.1372.06162.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.72%
GREEN value IS 193 (75.78% from 255) = 35.87%
BLUE value IS 99 (39.06% from 255) = 18.40%
R=45.72%
G=35.87%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461939900.220.600.0438.3789.0967.65
HexF6C1630163C4265944
Octal36630114302674446131104
Binary1111011011000001110001101011011110010010011010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C163; }

 p { color: rgb(246,193,99); }

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

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

 a { background-color: rgb(246,193,99); }

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

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

 span { border-color: rgb(246,193,99); }

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