#F2BD62

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

Shades of Harvest Gold #F2BD62

Tints of Harvest Gold #F2BD62

Color information

#F2BD62 (or 0xF2BD62) is unknown color: approx Harvest Gold. HEX triplet: F2, BD and 62. RGB value is (242,189,98). Sum of RGB (Red+Green+Blue) = 242+189+98=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BD62 is #0D429D. Grayscale: #C2C2C2. Windows color (decimal): -869022 or 6471154. OLE color: 6471154.

HSL color Cylindrical-coordinate representation of color #F2BD62: hue angle of 37.92º 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 #F2BD62 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24218998-
CMYK00.220.600.05
HSL37.92º84.71%66.67%-
HSV(B)37.92º59.5%94.9%-
XYZ57.0256.1519.39-
YUV194.4773.56161.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.75%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 98 (38.67% from 255) = 18.53%
R=45.75%
G=35.73%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421899800.220.600.0537.9284.7166.67
HexF2BD620163C5265543
Octal36227514202674546125103
Binary1111001010111101110001001011011110010110011010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BD62; }

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

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

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

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

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

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

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

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