#F1C168

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

Shades of Harvest Gold #F1C168

Tints of Harvest Gold #F1C168

Color information

#F1C168 (or 0xF1C168) is unknown color: approx Harvest Gold. HEX triplet: F1, C1 and 68. RGB value is (241,193,104). Sum of RGB (Red+Green+Blue) = 241+193+104=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C168 is #0E3E97. Grayscale: #C5C5C5. Windows color (decimal): -933528 or 6865393. OLE color: 6865393.

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

Color convert

RGB241193104-
CMYK00.200.570.05
HSL38.98º83.03%67.65%-
HSV(B)38.98º56.85%94.51%-
XYZ57.8457.8421.21-
YUV197.2175.4159.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.80%
GREEN value IS 193 (75.78% from 255) = 35.87%
BLUE value IS 104 (41.02% from 255) = 19.33%
R=44.80%
G=35.87%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119310400.200.570.0538.9883.0367.65
HexF1C168014395275344
Octal36130115002471547123104
Binary1111000111000001110100001010011100110110011110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C168; }

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

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

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

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

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

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

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

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