#F2B167

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

Shades of Harvest Gold #F2B167

Tints of Harvest Gold #F2B167

Color information

#F2B167 (or 0xF2B167) is unknown color: approx Harvest Gold. HEX triplet: F2, B1 and 67. RGB value is (242,177,103). Sum of RGB (Red+Green+Blue) = 242+177+103=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B167 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B167 is #0D4E98. Grayscale: #BCBCBC. Windows color (decimal): -872089 or 6795762. OLE color: 6795762.

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

Color convert

RGB242177103-
CMYK00.270.570.05
HSL31.94º84.24%67.65%-
HSV(B)31.94º57.44%94.9%-
XYZ54.7951.319.85-
YUV18880.03166.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.36%
GREEN value IS 177 (69.53% from 255) = 33.91%
BLUE value IS 103 (40.62% from 255) = 19.73%
R=46.36%
G=33.91%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217710300.270.570.0531.9484.2467.65
HexF2B16701B395205444
Octal36226114703371540124104
Binary1111001010110001110011101101111100110110000010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B167; }

 p { color: rgb(242,177,103); }

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

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

 a { background-color: rgb(242,177,103); }

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

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

 span { border-color: rgb(242,177,103); }

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