#F1B86A

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

Shades of Harvest Gold #F1B86A

Tints of Harvest Gold #F1B86A

Color information

#F1B86A (or 0xF1B86A) is unknown color: approx Harvest Gold. HEX triplet: F1, B8 and 6A. RGB value is (241,184,106). Sum of RGB (Red+Green+Blue) = 241+184+106=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B86A is #0E4795. Grayscale: #C0C0C0. Windows color (decimal): -935830 or 6994161. OLE color: 6994161.

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

Color convert

RGB241184106-
CMYK00.240.560.05
HSL34.67º82.82%68.04%-
HSV(B)34.67º56.02%94.51%-
XYZ56.0254.0221.11-
YUV192.1579.38162.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.39%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 106 (41.80% from 255) = 19.96%
R=45.39%
G=34.65%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118410600.240.560.0534.6782.8268.04
HexF1B86A018385235344
Octal36127015203070543123104
Binary1111000110111000110101001100011100010110001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B86A; }

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

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

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

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

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

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

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

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