#F5B665

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

Shades of Harvest Gold #F5B665

Tints of Harvest Gold #F5B665

Color information

#F5B665 (or 0xF5B665) is unknown color: approx Harvest Gold. HEX triplet: F5, B6 and 65. RGB value is (245,182,101). Sum of RGB (Red+Green+Blue) = 245+182+101=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B665 is #0A499A. Grayscale: #BFBFBF. Windows color (decimal): -674203 or 6665973. OLE color: 6665973.

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

Color convert

RGB245182101-
CMYK00.260.590.04
HSL33.75º87.8%67.84%-
HSV(B)33.75º58.78%96.08%-
XYZ56.7353.8119.71-
YUV191.676.87166.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.40%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 101 (39.84% from 255) = 19.13%
R=46.40%
G=34.47%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518210100.260.590.0433.7587.867.84
HexF5B66501A3B4225844
Octal36526614503273442130104
Binary1111010110110110110010101101011101110010001010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B665; }

 p { color: rgb(245,182,101); }

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

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

 a { background-color: rgb(245,182,101); }

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

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

 span { border-color: rgb(245,182,101); }

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