#F2BE61

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

Shades of Harvest Gold #F2BE61

Tints of Harvest Gold #F2BE61

Color information

#F2BE61 (or 0xF2BE61) is unknown color: approx Harvest Gold. HEX triplet: F2, BE and 61. RGB value is (242,190,97). Sum of RGB (Red+Green+Blue) = 242+190+97=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BE61 is #0D419E. Grayscale: #C3C3C3. Windows color (decimal): -868767 or 6405874. OLE color: 6405874.

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

Color convert

RGB24219097-
CMYK00.210.600.05
HSL38.48º84.8%66.47%-
HSV(B)38.48º59.92%94.9%-
XYZ57.1956.5719.21-
YUV194.9572.73161.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.75%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 97 (38.28% from 255) = 18.34%
R=45.75%
G=35.92%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421909700.210.600.0538.4884.866.47
HexF2BE610153C5265542
Octal36227614102574546125102
Binary1111001010111110110000101010111110010110011010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BE61; }

 p { color: rgb(242,190,97); }

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

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

 a { background-color: rgb(242,190,97); }

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

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

 span { border-color: rgb(242,190,97); }

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