#F1C071

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

Shades of Harvest Gold #F1C071

Tints of Harvest Gold #F1C071

Color information

#F1C071 (or 0xF1C071) is unknown color: approx Harvest Gold. HEX triplet: F1, C0 and 71. RGB value is (241,192,113). Sum of RGB (Red+Green+Blue) = 241+192+113=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C071 is #0E3F8E. Grayscale: #C6C6C6. Windows color (decimal): -933775 or 7454961. OLE color: 7454961.

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

Color convert

RGB241192113-
CMYK00.200.530.05
HSL37.03º82.05%69.41%-
HSV(B)37.03º53.11%94.51%-
XYZ58.1157.5923.68-
YUV197.6480.23158.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.14%
GREEN value IS 192 (75.39% from 255) = 35.16%
BLUE value IS 113 (44.53% from 255) = 20.70%
R=44.14%
G=35.16%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119211300.200.530.0537.0382.0569.41
HexF1C071014355255245
Octal36130016102465545122105
Binary1111000111000000111000101010011010110110010110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C071; }

 p { color: rgb(241,192,113); }

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

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

 a { background-color: rgb(241,192,113); }

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

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

 span { border-color: rgb(241,192,113); }

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