#F0B862

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

Shades of Harvest Gold #F0B862

Tints of Harvest Gold #F0B862

Color information

#F0B862 (or 0xF0B862) is unknown color: approx Harvest Gold. HEX triplet: F0, B8 and 62. RGB value is (240,184,98). Sum of RGB (Red+Green+Blue) = 240+184+98=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B862 is #0F479D. Grayscale: #BFBFBF. Windows color (decimal): -1001374 or 6469872. OLE color: 6469872.

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

Color convert

RGB24018498-
CMYK00.230.590.06
HSL36.34º82.56%66.27%-
HSV(B)36.34º59.17%94.12%-
XYZ55.2853.6919-
YUV190.9475.55162.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.98%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 98 (38.67% from 255) = 18.77%
R=45.98%
G=35.25%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401849800.230.590.0636.3482.5666.27
HexF0B8620173B6245342
Octal36027014202773644123102
Binary1111000010111000110001001011111101111010010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B862; }

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

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

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

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

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

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

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

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