#F5C167

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

Shades of Harvest Gold #F5C167

Tints of Harvest Gold #F5C167

Color information

#F5C167 (or 0xF5C167) is unknown color: approx Harvest Gold. HEX triplet: F5, C1 and 67. RGB value is (245,193,103). Sum of RGB (Red+Green+Blue) = 245+193+103=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 103 (40.62% from 255 or 19.04% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C167 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C167 is #0A3E98. Grayscale: #C6C6C6. Windows color (decimal): -671385 or 6799861. OLE color: 6799861.

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

Color convert

RGB245193103-
CMYK00.210.580.04
HSL38.03º87.65%68.24%-
HSV(B)38.03º57.96%96.08%-
XYZ59.1758.5321.01-
YUV198.2974.23161.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.29%
GREEN value IS 193 (75.78% from 255) = 35.67%
BLUE value IS 103 (40.62% from 255) = 19.04%
R=45.29%
G=35.67%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519310300.210.580.0438.0387.6568.24
HexF5C1670153A4265844
Octal36530114702572446130104
Binary1111010111000001110011101010111101010010011010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C167; }

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

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

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

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

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

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

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

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