#F6C365

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

Shades of Harvest Gold #F6C365

Tints of Harvest Gold #F6C365

Color information

#F6C365 (or 0xF6C365) is unknown color: approx Harvest Gold. HEX triplet: F6, C3 and 65. RGB value is (246,195,101). Sum of RGB (Red+Green+Blue) = 246+195+101=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C365 is #093C9A. Grayscale: #C7C7C7. Windows color (decimal): -605339 or 6669302. OLE color: 6669302.

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

Color convert

RGB246195101-
CMYK00.210.590.04
HSL38.9º88.96%68.04%-
HSV(B)38.9º58.94%96.47%-
XYZ59.8759.5620.65-
YUV199.5372.4161.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.39%
GREEN value IS 195 (76.56% from 255) = 35.98%
BLUE value IS 101 (39.84% from 255) = 18.63%
R=45.39%
G=35.98%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619510100.210.590.0438.988.9668.04
HexF6C3650153B4275944
Octal36630314502573447131104
Binary1111011011000011110010101010111101110010011110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C365; }

 p { color: rgb(246,195,101); }

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

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

 a { background-color: rgb(246,195,101); }

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

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

 span { border-color: rgb(246,195,101); }

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