#F0B871

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

Shades of Harvest Gold #F0B871

Tints of Harvest Gold #F0B871

Color information

#F0B871 (or 0xF0B871) is unknown color: approx Harvest Gold. HEX triplet: F0, B8 and 71. RGB value is (240,184,113). Sum of RGB (Red+Green+Blue) = 240+184+113=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B871 is #0F478E. Grayscale: #C0C0C0. Windows color (decimal): -1001359 or 7452912. OLE color: 7452912.

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

Color convert

RGB240184113-
CMYK00.230.530.06
HSL33.54º80.89%69.22%-
HSV(B)33.54º52.92%94.12%-
XYZ56.065423.09-
YUV192.6583.05161.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.69%
GREEN value IS 184 (72.27% from 255) = 34.26%
BLUE value IS 113 (44.53% from 255) = 21.04%
R=44.69%
G=34.26%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018411300.230.530.0633.5480.8969.22
HexF0B871017356225145
Octal36027016102765642121105
Binary1111000010111000111000101011111010111010001010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B871; }

 p { color: rgb(240,184,113); }

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

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

 a { background-color: rgb(240,184,113); }

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

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

 span { border-color: rgb(240,184,113); }

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