#F2B762

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

Shades of Harvest Gold #F2B762

Tints of Harvest Gold #F2B762

Color information

#F2B762 (or 0xF2B762) is unknown color: approx Harvest Gold. HEX triplet: F2, B7 and 62. RGB value is (242,183,98). Sum of RGB (Red+Green+Blue) = 242+183+98=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B762 is #0D489D. Grayscale: #BFBFBF. Windows color (decimal): -870558 or 6469618. OLE color: 6469618.

HSL color Cylindrical-coordinate representation of color #F2B762: hue angle of 35.42º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2B762 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24218398-
CMYK00.240.600.05
HSL35.42º84.71%66.67%-
HSV(B)35.42º59.5%94.9%-
XYZ55.7653.6318.97-
YUV190.9575.55164.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 183 (71.88% from 255) = 34.99%
BLUE value IS 98 (38.67% from 255) = 18.74%
R=46.27%
G=34.99%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421839800.240.600.0535.4284.7166.67
HexF2B7620183C5235543
Octal36226714203074543125103
Binary1111001010110111110001001100011110010110001110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B762; }

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

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

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

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

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

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

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

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