#F6BE6C

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

Shades of Harvest Gold #F6BE6C

Tints of Harvest Gold #F6BE6C

Color information

#F6BE6C (or 0xF6BE6C) is unknown color: approx Harvest Gold. HEX triplet: F6, BE and 6C. RGB value is (246,190,108). Sum of RGB (Red+Green+Blue) = 246+190+108=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BE6C is #094193. Grayscale: #C5C5C5. Windows color (decimal): -606612 or 7126774. OLE color: 7126774.

HSL color Cylindrical-coordinate representation of color #F6BE6C: hue angle of 35.65º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F6BE6C is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB246190108-
CMYK00.230.560.04
HSL35.65º88.46%69.41%-
HSV(B)35.65º56.1%96.47%-
XYZ59.1357.522.17-
YUV197.477.55162.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.22%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 108 (42.58% from 255) = 19.85%
R=45.22%
G=34.93%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619010800.230.560.0435.6588.4669.41
HexF6BE6C017384245845
Octal36627615402770444130105
Binary1111011010111110110110001011111100010010010010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BE6C; }

 p { color: rgb(246,190,108); }

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

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

 a { background-color: rgb(246,190,108); }

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

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

 span { border-color: rgb(246,190,108); }

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