#F0B762

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

Shades of Harvest Gold #F0B762

Tints of Harvest Gold #F0B762

Color information

#F0B762 (or 0xF0B762) is unknown color: approx Harvest Gold. HEX triplet: F0, B7 and 62. RGB value is (240,183,98). Sum of RGB (Red+Green+Blue) = 240+183+98=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B762 is #0F489D. Grayscale: #BEBEBE. Windows color (decimal): -1001630 or 6469616. OLE color: 6469616.

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

Color convert

RGB24018398-
CMYK00.240.590.06
HSL35.92º82.56%66.27%-
HSV(B)35.92º59.17%94.12%-
XYZ55.0753.2718.94-
YUV190.3575.88163.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.07%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 98 (38.67% from 255) = 18.81%
R=46.07%
G=35.12%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401839800.240.590.0635.9282.5666.27
HexF0B7620183B6245342
Octal36026714203073644123102
Binary1111000010110111110001001100011101111010010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B762; }

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

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

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

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

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

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

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

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