#F0BB65

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

Shades of Harvest Gold #F0BB65

Tints of Harvest Gold #F0BB65

Color information

#F0BB65 (or 0xF0BB65) is unknown color: approx Harvest Gold. HEX triplet: F0, BB and 65. RGB value is (240,187,101). Sum of RGB (Red+Green+Blue) = 240+187+101=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BB65 is #0F449A. Grayscale: #C1C1C1. Windows color (decimal): -1000603 or 6667248. OLE color: 6667248.

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

Color convert

RGB240187101-
CMYK00.220.580.06
HSL37.12º82.25%66.86%-
HSV(B)37.12º57.92%94.12%-
XYZ56.0555.0119.97-
YUV193.0476.06161.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.45%
GREEN value IS 187 (73.44% from 255) = 35.42%
BLUE value IS 101 (39.84% from 255) = 19.13%
R=45.45%
G=35.42%
B=19.13%

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
Decimal24018710100.220.580.0637.1282.2566.86
HexF0BB650163A6255243
Octal36027314502672645122103
Binary1111000010111011110010101011011101011010010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BB65; }

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

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

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

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

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

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

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

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