#F2BE65

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

Shades of Harvest Gold #F2BE65

Tints of Harvest Gold #F2BE65

Color information

#F2BE65 (or 0xF2BE65) is unknown color: approx Harvest Gold. HEX triplet: F2, BE and 65. RGB value is (242,190,101). Sum of RGB (Red+Green+Blue) = 242+190+101=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BE65 is #0D419A. Grayscale: #C3C3C3. Windows color (decimal): -868763 or 6668018. OLE color: 6668018.

HSL color Cylindrical-coordinate representation of color #F2BE65: hue angle of 37.87º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2BE65 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB242190101-
CMYK00.210.580.05
HSL37.87º84.43%67.25%-
HSV(B)37.87º58.26%94.9%-
XYZ57.3856.6420.22-
YUV195.474.73161.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.40%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 101 (39.84% from 255) = 18.95%
R=45.40%
G=35.65%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219010100.210.580.0537.8784.4367.25
HexF2BE650153A5265443
Octal36227614502572546124103
Binary1111001010111110110010101010111101010110011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BE65; }

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

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

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

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

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

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

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

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