#F1B862

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

Shades of Harvest Gold #F1B862

Tints of Harvest Gold #F1B862

Color information

#F1B862 (or 0xF1B862) is unknown color: approx Harvest Gold. HEX triplet: F1, B8 and 62. RGB value is (241,184,98). Sum of RGB (Red+Green+Blue) = 241+184+98=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B862 is #0E479D. Grayscale: #BFBFBF. Windows color (decimal): -935838 or 6469873. OLE color: 6469873.

HSL color Cylindrical-coordinate representation of color #F1B862: hue angle of 36.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1B862 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB24118498-
CMYK00.240.590.05
HSL36.08º83.63%66.47%-
HSV(B)36.08º59.34%94.51%-
XYZ55.6253.8619.02-
YUV191.2475.38163.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.08%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 98 (38.67% from 255) = 18.74%
R=46.08%
G=35.18%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411849800.240.590.0536.0883.6366.47
HexF1B8620183B5245442
Octal36127014203073544124102
Binary1111000110111000110001001100011101110110010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B862; }

 p { color: rgb(241,184,98); }

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

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

 a { background-color: rgb(241,184,98); }

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

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

 span { border-color: rgb(241,184,98); }

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