#F0B965

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

Shades of Harvest Gold #F0B965

Tints of Harvest Gold #F0B965

Color information

#F0B965 (or 0xF0B965) is unknown color: approx Harvest Gold. HEX triplet: F0, B9 and 65. RGB value is (240,185,101). Sum of RGB (Red+Green+Blue) = 240+185+101=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B965 is #0F469A. Grayscale: #C0C0C0. Windows color (decimal): -1001115 or 6666736. OLE color: 6666736.

HSL color Cylindrical-coordinate representation of color #F0B965: hue angle of 36.26º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0B965 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB240185101-
CMYK00.230.580.06
HSL36.26º82.25%66.86%-
HSV(B)36.26º57.92%94.12%-
XYZ55.6354.1619.83-
YUV191.8776.72162.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.63%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 101 (39.84% from 255) = 19.20%
R=45.63%
G=35.17%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018510100.230.580.0636.2682.2566.86
HexF0B9650173A6245243
Octal36027114502772644122103
Binary1111000010111001110010101011111101011010010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B965; }

 p { color: rgb(240,185,101); }

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

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

 a { background-color: rgb(240,185,101); }

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

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

 span { border-color: rgb(240,185,101); }

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