#F0BE6F

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

Shades of Harvest Gold #F0BE6F

Tints of Harvest Gold #F0BE6F

Color information

#F0BE6F (or 0xF0BE6F) is unknown color: approx Harvest Gold. HEX triplet: F0, BE and 6F. RGB value is (240,190,111). Sum of RGB (Red+Green+Blue) = 240+190+111=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BE6F is #0F4190. Grayscale: #C4C4C4. Windows color (decimal): -999825 or 7323376. OLE color: 7323376.

HSL color Cylindrical-coordinate representation of color #F0BE6F: hue angle of 36.74º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0BE6F is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB240190111-
CMYK00.210.540.06
HSL36.74º81.13%68.82%-
HSV(B)36.74º53.75%94.12%-
XYZ57.2256.522.93-
YUV195.9480.06159.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.36%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 111 (43.75% from 255) = 20.52%
R=44.36%
G=35.12%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019011100.210.540.0636.7481.1368.82
HexF0BE6F015366255145
Octal36027615702566645121105
Binary1111000010111110110111101010111011011010010110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BE6F; }

 p { color: rgb(240,190,111); }

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

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

 a { background-color: rgb(240,190,111); }

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

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

 span { border-color: rgb(240,190,111); }

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