#F0BA65

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

Shades of Harvest Gold #F0BA65

Tints of Harvest Gold #F0BA65

Color information

#F0BA65 (or 0xF0BA65) is unknown color: approx Harvest Gold. HEX triplet: F0, BA and 65. RGB value is (240,186,101). Sum of RGB (Red+Green+Blue) = 240+186+101=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA65 is #0F459A. Grayscale: #C0C0C0. Windows color (decimal): -1000859 or 6666992. OLE color: 6666992.

HSL color Cylindrical-coordinate representation of color #F0BA65: hue angle of 36.69º 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 #F0BA65 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB240186101-
CMYK00.220.580.06
HSL36.69º82.25%66.86%-
HSV(B)36.69º57.92%94.12%-
XYZ55.8454.5819.9-
YUV192.4676.39161.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.54%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 101 (39.84% from 255) = 19.17%
R=45.54%
G=35.29%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018610100.220.580.0636.6982.2566.86
HexF0BA650163A6255243
Octal36027214502672645122103
Binary1111000010111010110010101011011101011010010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BA65; }

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

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

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

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

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

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

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

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