#F2B86D

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

Shades of Harvest Gold #F2B86D

Tints of Harvest Gold #F2B86D

Color information

#F2B86D (or 0xF2B86D) is unknown color: approx Harvest Gold. HEX triplet: F2, B8 and 6D. RGB value is (242,184,109). Sum of RGB (Red+Green+Blue) = 242+184+109=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B86D is #0D4792. Grayscale: #C1C1C1. Windows color (decimal): -870291 or 7190770. OLE color: 7190770.

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

Color convert

RGB242184109-
CMYK00.240.550.05
HSL33.83º83.65%68.82%-
HSV(B)33.83º54.96%94.9%-
XYZ56.5254.2621.96-
YUV192.7980.72163.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.23%
GREEN value IS 184 (72.27% from 255) = 34.39%
BLUE value IS 109 (42.97% from 255) = 20.37%
R=45.23%
G=34.39%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218410900.240.550.0533.8383.6568.82
HexF2B86D018375225445
Octal36227015503067542124105
Binary1111001010111000110110101100011011110110001010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B86D; }

 p { color: rgb(242,184,109); }

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

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

 a { background-color: rgb(242,184,109); }

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

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

 span { border-color: rgb(242,184,109); }

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