#F2C061

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

Shades of Harvest Gold #F2C061

Tints of Harvest Gold #F2C061

Color information

#F2C061 (or 0xF2C061) is unknown color: approx Harvest Gold. HEX triplet: F2, C0 and 61. RGB value is (242,192,97). Sum of RGB (Red+Green+Blue) = 242+192+97=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C061 is #0D3F9E. Grayscale: #C4C4C4. Windows color (decimal): -868255 or 6406386. OLE color: 6406386.

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

Color convert

RGB24219297-
CMYK00.210.600.05
HSL39.31º84.8%66.47%-
HSV(B)39.31º59.92%94.9%-
XYZ57.6357.4419.36-
YUV196.1272.06160.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.57%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 97 (38.28% from 255) = 18.27%
R=45.57%
G=36.16%
B=18.27%

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
Decimal2421929700.210.600.0539.3184.866.47
HexF2C0610153C5275542
Octal36230014102574547125102
Binary1111001011000000110000101010111110010110011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C061; }

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

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

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

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

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

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

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

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