#F1BF71

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

Shades of Harvest Gold #F1BF71

Tints of Harvest Gold #F1BF71

Color information

#F1BF71 (or 0xF1BF71) is unknown color: approx Harvest Gold. HEX triplet: F1, BF and 71. RGB value is (241,191,113). Sum of RGB (Red+Green+Blue) = 241+191+113=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BF71 is #0E408E. Grayscale: #C5C5C5. Windows color (decimal): -934031 or 7454705. OLE color: 7454705.

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

Color convert

RGB241191113-
CMYK00.210.530.05
HSL36.56º82.05%69.41%-
HSV(B)36.56º53.11%94.51%-
XYZ57.8957.1523.6-
YUV197.0680.56159.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 113 (44.53% from 255) = 20.73%
R=44.22%
G=35.05%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119111300.210.530.0536.5682.0569.41
HexF1BF71015355255245
Octal36127716102565545122105
Binary1111000110111111111000101010111010110110010110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BF71; }

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

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

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

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

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

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

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

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