#F1C165

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

Shades of Harvest Gold #F1C165

Tints of Harvest Gold #F1C165

Color information

#F1C165 (or 0xF1C165) is unknown color: approx Harvest Gold. HEX triplet: F1, C1 and 65. RGB value is (241,193,101). Sum of RGB (Red+Green+Blue) = 241+193+101=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C165 is #0E3E9A. Grayscale: #C5C5C5. Windows color (decimal): -933531 or 6668785. OLE color: 6668785.

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

Color convert

RGB241193101-
CMYK00.200.580.05
HSL39.43º83.33%67.06%-
HSV(B)39.43º58.09%94.51%-
XYZ57.6957.7820.42-
YUV196.8673.9159.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 101 (39.84% from 255) = 18.88%
R=45.05%
G=36.07%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119310100.200.580.0539.4383.3367.06
HexF1C1650143A5275343
Octal36130114502472547123103
Binary1111000111000001110010101010011101010110011110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C165; }

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

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

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

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

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

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

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

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