#F2B367

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

Shades of Harvest Gold #F2B367

Tints of Harvest Gold #F2B367

Color information

#F2B367 (or 0xF2B367) is unknown color: approx Harvest Gold. HEX triplet: F2, B3 and 67. RGB value is (242,179,103). Sum of RGB (Red+Green+Blue) = 242+179+103=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B367 is #0D4C98. Grayscale: #BDBDBD. Windows color (decimal): -871577 or 6796274. OLE color: 6796274.

HSL color Cylindrical-coordinate representation of color #F2B367: hue angle of 32.81º 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 #F2B367 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB242179103-
CMYK00.260.570.05
HSL32.81º84.24%67.65%-
HSV(B)32.81º57.44%94.9%-
XYZ55.1952.119.98-
YUV189.1779.37165.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.18%
GREEN value IS 179 (70.31% from 255) = 34.16%
BLUE value IS 103 (40.62% from 255) = 19.66%
R=46.18%
G=34.16%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217910300.260.570.0532.8184.2467.65
HexF2B36701A395215444
Octal36226314703271541124104
Binary1111001010110011110011101101011100110110000110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B367; }

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

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

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

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

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

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

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

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