#F1C164

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

Shades of Harvest Gold #F1C164

Tints of Harvest Gold #F1C164

Color information

#F1C164 (or 0xF1C164) is unknown color: approx Harvest Gold. HEX triplet: F1, C1 and 64. RGB value is (241,193,100). Sum of RGB (Red+Green+Blue) = 241+193+100=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C164 is #0E3E9B. Grayscale: #C5C5C5. Windows color (decimal): -933532 or 6603249. OLE color: 6603249.

HSL color Cylindrical-coordinate representation of color #F1C164: hue angle of 39.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1C164 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB241193100-
CMYK00.200.590.05
HSL39.57º83.43%66.86%-
HSV(B)39.57º58.51%94.51%-
XYZ57.6557.7620.17-
YUV196.7573.4159.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.13%
GREEN value IS 193 (75.78% from 255) = 36.14%
BLUE value IS 100 (39.45% from 255) = 18.73%
R=45.13%
G=36.14%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119310000.200.590.0539.5783.4366.86
HexF1C1640143B5285343
Octal36130114402473550123103
Binary1111000111000001110010001010011101110110100010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C164; }

 p { color: rgb(241,193,100); }

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

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

 a { background-color: rgb(241,193,100); }

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

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

 span { border-color: rgb(241,193,100); }

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