#f4b86a

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

Shades of Harvest Gold #F4B86A

Tints of Harvest Gold #F4B86A

Color information

#F4B86A (or 0xF4B86A) is unknown color: approx Harvest Gold. HEX triplet: F4, B8 and 6A. RGB value is (244,184,106). Sum of RGB (Red+Green+Blue) = 244+184+106=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B86A is #0B4795. Grayscale: #C1C1C1. Windows color (decimal): -739222 or 6994164. OLE color: 6994164.

HSL color Cylindrical-coordinate representation of color #F4B86A: hue angle of 33.91º degrees, saturation: 0.86, 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 #F4B86A is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB244184106-
CMYK00.250.570.04
HSL33.91º86.25%68.63%-
HSV(B)33.91º56.56%95.69%-
XYZ57.0554.5521.16-
YUV193.0578.88164.34-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.69%
GREEN value IS 184 (72.27% from 255) = 34.46%
BLUE value IS 106 (41.80% from 255) = 19.85%
R=45.69%
G=34.46%
B=19.85%

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
Decimal24418410600.250.570.0433.9186.2568.63
HexF4B86A019394225645
Octal36427015203171442126105
Binary1111010010111000110101001100111100110010001010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4b86a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4b86a; }

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

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

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

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

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

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

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

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