#F1B972

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

Shades of Harvest Gold #F1B972

Tints of Harvest Gold #F1B972

Color information

#F1B972 (or 0xF1B972) is unknown color: approx Harvest Gold. HEX triplet: F1, B9 and 72. RGB value is (241,185,114). Sum of RGB (Red+Green+Blue) = 241+185+114=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B972 is #0E468D. Grayscale: #C1C1C1. Windows color (decimal): -935566 or 7518705. OLE color: 7518705.

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

Color convert

RGB241185114-
CMYK00.230.530.05
HSL33.54º81.94%69.61%-
HSV(B)33.54º52.7%94.51%-
XYZ56.6654.6123.47-
YUV193.6583.05161.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.63%
GREEN value IS 185 (72.66% from 255) = 34.26%
BLUE value IS 114 (44.92% from 255) = 21.11%
R=44.63%
G=34.26%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118511400.230.530.0533.5481.9469.61
HexF1B972017355225246
Octal36127116202765542122106
Binary1111000110111001111001001011111010110110001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B972; }

 p { color: rgb(241,185,114); }

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

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

 a { background-color: rgb(241,185,114); }

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

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

 span { border-color: rgb(241,185,114); }

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