#F2B964

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

Shades of Harvest Gold #F2B964

Tints of Harvest Gold #F2B964

Color information

#F2B964 (or 0xF2B964) is unknown color: approx Harvest Gold. HEX triplet: F2, B9 and 64. RGB value is (242,185,100). Sum of RGB (Red+Green+Blue) = 242+185+100=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B964 is #0D469B. Grayscale: #C0C0C0. Windows color (decimal): -870044 or 6601202. OLE color: 6601202.

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

Color convert

RGB242185100-
CMYK00.240.590.05
HSL35.92º84.52%67.06%-
HSV(B)35.92º58.68%94.9%-
XYZ56.2754.519.61-
YUV192.3575.88163.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.92%
GREEN value IS 185 (72.66% from 255) = 35.10%
BLUE value IS 100 (39.45% from 255) = 18.98%
R=45.92%
G=35.10%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218510000.240.590.0535.9284.5267.06
HexF2B9640183B5245543
Octal36227114403073544125103
Binary1111001010111001110010001100011101110110010010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B964; }

 p { color: rgb(242,185,100); }

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

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

 a { background-color: rgb(242,185,100); }

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

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

 span { border-color: rgb(242,185,100); }

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