#F5B967

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

Shades of Harvest Gold #F5B967

Tints of Harvest Gold #F5B967

Color information

#F5B967 (or 0xF5B967) is unknown color: approx Harvest Gold. HEX triplet: F5, B9 and 67. RGB value is (245,185,103). Sum of RGB (Red+Green+Blue) = 245+185+103=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 103 (40.62% from 255 or 19.32% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B967 is #0A4698. Grayscale: #C1C1C1. Windows color (decimal): -673433 or 6797813. OLE color: 6797813.

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

Color convert

RGB245185103-
CMYK00.240.580.04
HSL34.65º87.65%68.24%-
HSV(B)34.65º57.96%96.08%-
XYZ57.4555.0920.44-
YUV193.5976.88164.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.97%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 103 (40.62% from 255) = 19.32%
R=45.97%
G=34.71%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518510300.240.580.0434.6587.6568.24
HexF5B9670183A4235844
Octal36527114703072443130104
Binary1111010110111001110011101100011101010010001110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B967; }

 p { color: rgb(245,185,103); }

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

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

 a { background-color: rgb(245,185,103); }

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

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

 span { border-color: rgb(245,185,103); }

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