#F6C465

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

Shades of Harvest Gold #F6C465

Tints of Harvest Gold #F6C465

Color information

#F6C465 (or 0xF6C465) is unknown color: approx Harvest Gold. HEX triplet: F6, C4 and 65. RGB value is (246,196,101). Sum of RGB (Red+Green+Blue) = 246+196+101=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C465 is #093B9A. Grayscale: #C8C8C8. Windows color (decimal): -605083 or 6669558. OLE color: 6669558.

HSL color Cylindrical-coordinate representation of color #F6C465: hue angle of 39.31º 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 #F6C465 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB246196101-
CMYK00.200.590.04
HSL39.31º88.96%68.04%-
HSV(B)39.31º58.94%96.47%-
XYZ60.0960.0120.73-
YUV200.1272.06160.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.30%
GREEN value IS 196 (76.95% from 255) = 36.10%
BLUE value IS 101 (39.84% from 255) = 18.60%
R=45.30%
G=36.10%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619610100.200.590.0439.3188.9668.04
HexF6C4650143B4275944
Octal36630414502473447131104
Binary1111011011000100110010101010011101110010011110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C465; }

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

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

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

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

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

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

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

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