#F5C069

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

Shades of Harvest Gold #F5C069

Tints of Harvest Gold #F5C069

Color information

#F5C069 (or 0xF5C069) is unknown color: approx Harvest Gold. HEX triplet: F5, C0 and 69. RGB value is (245,192,105). Sum of RGB (Red+Green+Blue) = 245+192+105=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 105 (41.41% from 255 or 19.37% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C069 is #0A3F96. Grayscale: #C6C6C6. Windows color (decimal): -671639 or 6930677. OLE color: 6930677.

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

Color convert

RGB245192105-
CMYK00.220.570.04
HSL37.29º87.5%68.63%-
HSV(B)37.29º57.14%96.08%-
XYZ59.0658.1321.47-
YUV197.9375.56161.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.20%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 105 (41.41% from 255) = 19.37%
R=45.20%
G=35.42%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519210500.220.570.0437.2987.568.63
HexF5C069016394255845
Octal36530015102671445130105
Binary1111010111000000110100101011011100110010010110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C069; }

 p { color: rgb(245,192,105); }

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

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

 a { background-color: rgb(245,192,105); }

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

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

 span { border-color: rgb(245,192,105); }

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