#F6B86A

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

Shades of Harvest Gold #F6B86A

Tints of Harvest Gold #F6B86A

Color information

#F6B86A (or 0xF6B86A) is unknown color: approx Harvest Gold. HEX triplet: F6, B8 and 6A. RGB value is (246,184,106). Sum of RGB (Red+Green+Blue) = 246+184+106=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B86A is #094795. Grayscale: #C2C2C2. Windows color (decimal): -608150 or 6994166. OLE color: 6994166.

HSL color Cylindrical-coordinate representation of color #F6B86A: hue angle of 33.43º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6B86A is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB246184106-
CMYK00.250.570.04
HSL33.43º88.61%69.02%-
HSV(B)33.43º56.91%96.47%-
XYZ57.7554.9121.19-
YUV193.6578.54165.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.90%
GREEN value IS 184 (72.27% from 255) = 34.33%
BLUE value IS 106 (41.80% from 255) = 19.78%
R=45.90%
G=34.33%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618410600.250.570.0433.4388.6169.02
HexF6B86A019394215945
Octal36627015203171441131105
Binary1111011010111000110101001100111100110010000110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B86A; }

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

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

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

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

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

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

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

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